* cp-name-parser.y: Include config.h before system headers.

This commit is contained in:
Pedro Alves 2008-08-25 21:50:25 +00:00
parent ed0c390641
commit 6c5561f93e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-08-25 Pedro Alves <pedro@codesourcery.com>
* cp-name-parser.y: Include config.h before system headers.
2008-08-25 Ulrich Weigand <uweigand@de.ibm.com>
* m88k-tdep.c: Update for unwinder changes.

View File

@ -31,12 +31,13 @@ Boston, MA 02110-1301, USA. */
%{
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include "config.h"
#include "safe-ctype.h"
#include "libiberty.h"
#include "demangle.h"