We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ecac349 + f5eef28 commit b8c8c74Copy full SHA for b8c8c74
runtime/FileUtilities.cake
@@ -1,4 +1,4 @@
1
-(c-import "<stdio.h>" "<string>"
+(c-import "<stdio.h>" "<string>" "<assert.h>"
2
&with-decls "<stdio.h>") ;; FILE* TODO: How can I remove this from header?
3
4
(c-preprocessor-define MAX_PATH_LENGTH 256)
0 commit comments