forked from Imagelibrary/binutils-gdb
* cp-name-parser.y: Include config.h before system headers.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user