Last ChangeLog entry for defs.h is for both this patch and the previous patch.

This commit is contained in:
Mark Kettenis 2002-09-27 22:08:51 +00:00
parent 975ac915d6
commit 167baebf18
1 changed files with 5 additions and 5 deletions

View File

@ -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"