浏览代码

Added import for locating libcurl headers.

Brucey 2 年之前
父节点
当前提交
c49187f877
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 "../libcurl.mod/libcurl/include/*.h"
 Import "glue.c"
 
 Type THTTPSStreamFactory Extends TStreamFactory