Browse Source

Added import for locating libcurl headers.

Brucey 2 years ago
parent
commit
c49187f877
1 changed files with 1 additions and 0 deletions
  1. 1 0
      httpsstream.mod/httpsstream.bmx

+ 1 - 0
httpsstream.mod/httpsstream.bmx

@@ -28,6 +28,7 @@ ModuleInfo "History: 1.00 Initial Release"
 
 
 Import Net.Libcurl
 Import Net.Libcurl
 
 
+Import "../libcurl.mod/libcurl/include/*.h"
 Import "glue.c"
 Import "glue.c"
 
 
 Type THTTPSStreamFactory Extends TStreamFactory
 Type THTTPSStreamFactory Extends TStreamFactory