diff options
Diffstat (limited to 'include/gdbstub/commands.h')
-rw-r--r-- | include/gdbstub/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gdbstub/commands.h b/include/gdbstub/commands.h index 40f0514..bff3674 100644 --- a/include/gdbstub/commands.h +++ b/include/gdbstub/commands.h @@ -1,5 +1,5 @@ #ifndef GDBSTUB_COMMANDS_H -#define GDBSTUB +#define GDBSTUB_COMMANDS_H typedef void (*GdbCmdHandler)(GArray *params, void *user_ctx); |