Browse Source

add config.h #include to int.h

Bill Meltsner 13 years ago
parent
commit
ce682a45c6
1 changed files with 2 additions and 0 deletions
  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