Ver Fonte

Fixed potential build issue

(Doesn't compile when I run build modules, but does compile when I run the example without this fix)
thareh há 7 meses atrás
pai
commit
e5fdffa985
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      tiff.mod/source.bmx

+ 1 - 0
tiff.mod/source.bmx

@@ -24,6 +24,7 @@ SuperStrict
 Import "config/*.h"
 Import "tiff/libtiff/*.h"
 Import "../jpg.mod/libjpeg/*.h"
+Import "../../archive.mod/zlib.mod/zlib/*.h"
 
 Import "glue.c"