diff options
Diffstat (limited to 'ndb')
-rw-r--r-- | ndb/include/ndb_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/include/ndb_types.h b/ndb/include/ndb_types.h index 5e7b952cfc5..87ebd3d6c6b 100644 --- a/ndb/include/ndb_types.h +++ b/ndb/include/ndb_types.h @@ -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 |