mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-23 02:51:56 +00:00
* cp-name-parser.y: Include config.h before system headers.
This commit is contained in:
parent
ed0c390641
commit
6c5561f93e
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user