diff options
Diffstat (limited to 'binutils/syslex.l')
-rw-r--r-- | binutils/syslex.l | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/binutils/syslex.l b/binutils/syslex.l index abfa678..14aee73 100644 --- a/binutils/syslex.l +++ b/binutils/syslex.l @@ -1,7 +1,7 @@ %option noinput nounput %{ -/* Copyright 2001, 2003, 2005, 2007, 2011 Free Software Foundation, Inc. +/* Copyright 2001, 2003, 2005, 2007, 2011, 2012 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -20,7 +20,8 @@ Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "config.h" +/* Note: config.h is #included via syslex_wrap.c. */ + #ifdef HAVE_STRING_H #include <string.h> #else @@ -28,6 +29,7 @@ #include <strings.h> #endif #endif + #include "sysinfo.h" #ifndef YY_NO_UNPUT |