add config.h #include to int.h

This commit is contained in:
Bill Meltsner
2011-12-22 02:43:58 -06:00
parent 25c5bbea67
commit ce682a45c6
+2
View File
@@ -21,6 +21,8 @@
#ifndef LOVE_INT_H
#define LOVE_INT_H
#include <common/config.h>
#ifndef LOVE_WINDOWS
#include <stdint.h>
#endif