diff options
Diffstat (limited to 'gdb/common/common-defs.h')
-rw-r--r-- | gdb/common/common-defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/common/common-defs.h b/gdb/common/common-defs.h index d227b00..f1fd363 100644 --- a/gdb/common/common-defs.h +++ b/gdb/common/common-defs.h @@ -30,5 +30,6 @@ #include <stdio.h> #include <stdlib.h> #include <stdarg.h> +#include <stddef.h> #endif /* COMMON_DEFS_H */ |