diff options
| -rw-r--r-- | gdbstub.h | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -23,6 +23,8 @@ #ifndef _GDBSTUB_H_ #define _GDBSTUB_H_ +#include <stddef.h> + /* Enable debug statements (printf) */ #ifndef DEBUG #define DEBUG 0 @@ -50,10 +52,6 @@ #define EOF (-1) #endif -#ifndef NULL -#define NULL ((void*)0) -#endif - #ifndef ASSERT #if DEBUG #define ASSERT(x) { \ |
