2
0
Эх сурвалжийг харах

jimp: include all the necessary libc dependencies

rexim 1 сар өмнө
parent
commit
4634936d5f
1 өөрчлөгдсөн 8 нэмэгдсэн , 0 устгасан
  1. 8 0
      jimp.h

+ 8 - 0
jimp.h

@@ -2,6 +2,14 @@
 #ifndef JIMP_H_
 #ifndef JIMP_H_
 #define JIMP_H_
 #define JIMP_H_
 
 
+#include <assert.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <stdbool.h>
+#include <stdarg.h>
+#include <string.h>
+#include <ctype.h>
+
 // TODO: move all diagnostics reporting outside of the library
 // TODO: move all diagnostics reporting outside of the library
 //   So the user has more options on how to report things
 //   So the user has more options on how to report things