diff options
Diffstat (limited to 'ndb/include/util/getarg.h')
-rw-r--r-- | ndb/include/util/getarg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/include/util/getarg.h b/ndb/include/util/getarg.h index 713cf6e4b32..03ed25f6828 100644 --- a/ndb/include/util/getarg.h +++ b/ndb/include/util/getarg.h @@ -52,7 +52,7 @@ #ifndef __GETARG_H__ #define __GETARG_H__ -#include <stddef.h> +#include <ndb_global.h> #ifdef __cplusplus extern "C" { |