diff options
author | tomas@poseidon.bredbandsbolaget.se <> | 2004-06-18 00:16:07 +0000 |
---|---|---|
committer | tomas@poseidon.bredbandsbolaget.se <> | 2004-06-18 00:16:07 +0000 |
commit | 25b8f29f11e2e4babf1f83ac312aa926d8e94c79 (patch) | |
tree | 47c5216333082dfaf9d690324d1e581d8f1a8492 /ndb | |
parent | f81f277ed480881ce6aa08d1f5bd411e7fe65b16 (diff) | |
download | mariadb-git-25b8f29f11e2e4babf1f83ac312aa926d8e94c79.tar.gz |
cannot include my_config.h directly, breaks some makes
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 |