cannot include my_config.h directly, breaks some makes

This commit is contained in:
unknown 2004-06-18 00:16:07 +00:00
parent 99cf349115
commit 25749c9686

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