diff options
author | Nick Clifton <nickc@redhat.com> | 2012-05-19 16:46:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-05-19 16:46:16 +0000 |
commit | a6ff997ce8307ea4be649d4e8de0c07d21048a30 (patch) | |
tree | 64064d6f1b0e3ebff2d0f0bea09a8201f91370d7 /sim/m32c/syscalls.c | |
parent | f06b801f6696ae159044d9aca903224f929a0e4f (diff) | |
download | binutils-gdb-a6ff997ce8307ea4be649d4e8de0c07d21048a30.tar.gz |
PR 14072
* wrapper.c: Include config.h before system header files.
* callback.c: Include config.h before system header files.
* cgen-trace.c: Likewise.
* cgen-utils.c: Likewise.
* gentmap.c: Likewise.
* sim-if.c: Include config.h before system header files.
* compile.c: Include config.h before system header files.
* sim-main.h: Likewise.
* gdb-if.c: Include config.h before system header files.
* load.c: Likewise.
* syscalls.c: Likewise.
* trace.c: Likewise.
* interp.c: Include config.h before system header files.
Diffstat (limited to 'sim/m32c/syscalls.c')
-rw-r--r-- | sim/m32c/syscalls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/m32c/syscalls.c b/sim/m32c/syscalls.c index c5a72c111f6..82658ad4027 100644 --- a/sim/m32c/syscalls.c +++ b/sim/m32c/syscalls.c @@ -18,7 +18,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ - +#include "config.h" #include <stdio.h> #include <stdlib.h> #include <fcntl.h> |