X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=binutils%2Fsyslex.l;h=0b99b1a7eb180f23a0e857f454fd70beb8773507;hb=refs%2Fheads%2Ftizen_2.4_base;hp=abfa6783767c57f2a7fb20619eaa0c9011494055;hpb=6c288f11e6cd710a9924fd65ea588b3c4f529822;p=external%2Fbinutils.git diff --git a/binutils/syslex.l b/binutils/syslex.l index abfa678..0b99b1a 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 (C) 2001-2014 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 #else @@ -28,6 +29,7 @@ #include #endif #endif + #include "sysinfo.h" #ifndef YY_NO_UNPUT