Commit 25749c96 authored by unknown's avatar unknown
Browse files

cannot include my_config.h directly, breaks some makes

parent 99cf3491
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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