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

add config.h #include to int.h

Bill Meltsner 14 жил өмнө
parent
commit
ce682a45c6
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      src/common/int.h

+ 2 - 0
src/common/int.h

@@ -21,6 +21,8 @@
 #ifndef LOVE_INT_H
 #define LOVE_INT_H
 
+#include <common/config.h>
+
 #ifndef LOVE_WINDOWS
 #include <stdint.h>
 #endif