Last ChangeLog entry for defs.h is for both this patch and the previous patch.
This commit is contained in:
parent
975ac915d6
commit
167baebf18
10
gdb/defs.h
10
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"
|
||||
|
Loading…
Reference in New Issue
Block a user