cannot include my_config.h directly, breaks some makes

This commit is contained in:
tomas@poseidon.bredbandsbolaget.se 2004-06-18 00:16:07 +00:00
parent f81f277ed4
commit 25b8f29f11

View File

@ -33,7 +33,7 @@ typedef unsigned int UintR;
#ifdef __SIZE_TYPE__
typedef __SIZE_TYPE__ UintPtr;
#else
#include <my_config.h>
#include <my_global.h>
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif