diff options
Diffstat (limited to 'binutils/nlmconv.c')
-rw-r--r-- | binutils/nlmconv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/nlmconv.c b/binutils/nlmconv.c index 74e0804..376292f 100644 --- a/binutils/nlmconv.c +++ b/binutils/nlmconv.c @@ -37,12 +37,12 @@ #include "bucomm.h" #include "safe-ctype.h" -#include <ansidecl.h> +#include "ansidecl.h" #include <time.h> #include <sys/stat.h> #include <sys/file.h> #include <assert.h> -#include <getopt.h> +#include "getopt.h" /* Internal BFD NLM header. */ #include "libnlm.h" |