freebsd-ports/devel/gdb53-act/files/patch-gdb_defs.h
Edwin Groothuis 5ee17cb3c6 new port - ACT modified gdb53, a gdb that understands the Ada programming language
Ada programming knowledgeable version of gdb53

PR:		ports/56371
Submitted by:	John R. Shannon <john@johnrshannon.com>
2003-09-27 07:38:23 +00:00

20 lines
386 B
C

--- 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 */