* Makefile.am (INCLUDES): Remove -D_GNU_SOURCE.
	* Makefile.in: Regenerated.

	* sysdep.h: Include "config.h" first.
This commit is contained in:
H.J. Lu
2007-08-31 15:06:11 +00:00
parent 3a4743fef3
commit f469d32bb9
4 changed files with 15 additions and 9 deletions

View File

@@ -21,12 +21,12 @@
#ifndef _BIN_SYSDEP_H
#define _BIN_SYSDEP_H
#include "config.h"
#include "ansidecl.h"
#include <stdio.h>
#include <sys/types.h>
#include "bfdver.h"
#include "config.h"
#include <stdarg.h>