mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
add config.h #include to int.h
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
#ifndef LOVE_INT_H
|
||||
#define LOVE_INT_H
|
||||
|
||||
#include <common/config.h>
|
||||
|
||||
#ifndef LOVE_WINDOWS
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user