diff options
Diffstat (limited to 'examples/http')
| -rw-r--r-- | examples/http/http.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/http/http.tm b/examples/http/http.tm index 2555986f..12203faf 100644 --- a/examples/http/http.tm +++ b/examples/http/http.tm @@ -1,6 +1,6 @@ # A simple HTTP library built using CURL -use libcurl.so +use -lcurl use <curl/curl.h> struct HTTPResponse(code:Int, body:Text) |
