summaryrefslogtreecommitdiff
path: root/devel/gdb6/files/patch-gdb_defs.h
blob: be60dcfc7217536c03bce54d953b68b1e15e9282 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- gdb/defs.h	Thu Aug  1 10:18:32 2002
+++ gdb/defs.h	Sun Oct 13 10:44:10 2002
@@ -39,8 +39,6 @@
 #include <unistd.h>
 #endif
 
-#include "gdb_locale.h"
-
 /* For ``enum target_signal''.  */
 #include "gdb/signals.h"
 
@@ -57,6 +55,8 @@
    here and in all subsequent file inclusions.  */
 
 #include "ansidecl.h"
+
+#include "gdb_locale.h"
 
 #include <stdarg.h>		/* for va_list */