Skip to content

Commit f5eef28

Browse files
committed
Add missing include
1 parent 4ae1497 commit f5eef28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/FileUtilities.cake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(c-import "<stdio.h>" "<string>"
1+
(c-import "<stdio.h>" "<string>" "<assert.h>"
22
&with-decls "<stdio.h>") ;; FILE* TODO: How can I remove this from header?
33

44
(c-preprocessor-define MAX_PATH_LENGTH 256)

0 commit comments

Comments
 (0)