diff options
Diffstat (limited to 'gdb/common')
-rw-r--r-- | gdb/common/common-defs.h | 1 | ||||
-rw-r--r-- | gdb/common/common-utils.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/gdb/common/common-defs.h b/gdb/common/common-defs.h index ed95a36..d227b00 100644 --- a/gdb/common/common-defs.h +++ b/gdb/common/common-defs.h @@ -29,5 +29,6 @@ #include <stdio.h> #include <stdlib.h> +#include <stdarg.h> #endif /* COMMON_DEFS_H */ diff --git a/gdb/common/common-utils.h b/gdb/common/common-utils.h index f052fed..dff7b53 100644 --- a/gdb/common/common-utils.h +++ b/gdb/common/common-utils.h @@ -22,7 +22,6 @@ #include "ansidecl.h" #include <stddef.h> -#include <stdarg.h> /* If possible, define FUNCTION_NAME, a macro containing the name of the function being defined. Since this macro may not always be |