summaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2002-09-27 22:08:51 +0000
committerMark Kettenis <kettenis@gnu.org>2002-09-27 22:08:51 +0000
commite59feb9fc1f0266a1c6cdf96d77762158ab506d5 (patch)
tree7bc4e91b6420b827bf0776ebb8255176e8318f14 /gdb/defs.h
parentdcd04ca4eeb2d22a302262d6ada52096d30eb589 (diff)
downloadgdb-e59feb9fc1f0266a1c6cdf96d77762158ab506d5.tar.gz
Last ChangeLog entry for defs.h is for both this patch and the previous patch.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 2b8fef61445..d13cd699b21 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -40,6 +40,11 @@
#include <unistd.h>
#endif
+/* First include ansidecl.h so we can use the various macro definitions
+ here and in all subsequent file inclusions. */
+
+#include "ansidecl.h"
+
#include "gdb_locale.h"
/* For ``enum target_signal''. */
@@ -54,11 +59,6 @@
#define SEEK_CUR 1
#endif
-/* First include ansidecl.h so we can use the various macro definitions
- here and in all subsequent file inclusions. */
-
-#include "ansidecl.h"
-
#include <stdarg.h> /* For va_list. */
#include "libiberty.h"