diff options
author | unknown <tomas@poseidon.bredbandsbolaget.se> | 2004-06-18 00:16:07 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.bredbandsbolaget.se> | 2004-06-18 00:16:07 +0000 |
commit | 25749c968604adc68a00055abb73e6d8ec3d5505 (patch) | |
tree | 47c5216333082dfaf9d690324d1e581d8f1a8492 /ndb | |
parent | 99cf3491157973f597b31da432471347013d5e81 (diff) | |
download | mariadb-git-25749c968604adc68a00055abb73e6d8ec3d5505.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 |