gdb: fix vfork with multiple threads
[deliverable/binutils-gdb.git] / gas / itbl-lex-wrapper.c
index db5e3badbfbd8662d0591914de689b80e212734a..01ee7a0c071fdd9f6b6e080782b5c4231b17ae62 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2021 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -18,8 +18,8 @@
    02110-1301, USA.  */
 
 /* The C source file generated by flex includes stdio.h before any of
-   the C code in itbl-lex.l.  Make sure we include sysdep.h first, so
+   the C code in itbl-lex.l.  Make sure we include as.h first, so
    that config.h can set the correct values for various things.  */
 
-#include "sysdep.h"
+#include "as.h"
 #include "itbl-lex.c"
This page took 0.022919 seconds and 4 git commands to generate.