From 25b8f29f11e2e4babf1f83ac312aa926d8e94c79 Mon Sep 17 00:00:00 2001 From: "tomas@poseidon.bredbandsbolaget.se" <> Date: Fri, 18 Jun 2004 00:16:07 +0000 Subject: [PATCH] cannot include my_config.h directly, breaks some makes --- ndb/include/ndb_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +#include #ifdef HAVE_STDINT_H #include #endif