diff options
author | Nick Clifton <nickc@redhat.com> | 2012-08-16 07:56:19 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-08-16 07:56:19 +0000 |
commit | e4110edfad0aefe99733814f7ed2463ccfa9a63a (patch) | |
tree | 322854214d6e7bd245792de0bba1faeb7d1aece0 | |
parent | df37d818e505165941ceff793fb222616d95ff4e (diff) | |
download | gdb-e4110edfad0aefe99733814f7ed2463ccfa9a63a.tar.gz |
* end.c: Include config.h before system header files.
* erc32.c: Likewise.
* exec.c: Likewise.
* float.c: Likewise.
* func.c: Likewise.
* help.c: Likewise.
* interf.c: Likewise.
-rw-r--r-- | sim/erc32/end.c | 1 | ||||
-rw-r--r-- | sim/erc32/erc32.c | 1 | ||||
-rw-r--r-- | sim/erc32/exec.c | 1 | ||||
-rw-r--r-- | sim/erc32/float.c | 1 | ||||
-rw-r--r-- | sim/erc32/func.c | 1 | ||||
-rw-r--r-- | sim/erc32/help.c | 1 | ||||
-rw-r--r-- | sim/erc32/interf.c | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/sim/erc32/end.c b/sim/erc32/end.c index 973fd796bf0..9337198f16f 100644 --- a/sim/erc32/end.c +++ b/sim/erc32/end.c @@ -1,3 +1,4 @@ +#include "config.h" #include <stdio.h> int diff --git a/sim/erc32/erc32.c b/sim/erc32/erc32.c index 0e892736f27..83dc51f162b 100644 --- a/sim/erc32/erc32.c +++ b/sim/erc32/erc32.c @@ -22,6 +22,7 @@ /* The control space devices */ +#include "config.h" #include <sys/types.h> #include <stdio.h> #include <string.h> diff --git a/sim/erc32/exec.c b/sim/erc32/exec.c index 0aca49e8263..78906ab110f 100644 --- a/sim/erc32/exec.c +++ b/sim/erc32/exec.c @@ -20,6 +20,7 @@ * */ +#include "config.h" #include "sis.h" #include "end.h" #include <math.h> diff --git a/sim/erc32/float.c b/sim/erc32/float.c index 6f1e8a24386..074ceb97a7d 100644 --- a/sim/erc32/float.c +++ b/sim/erc32/float.c @@ -32,6 +32,7 @@ * This can also be done using ieee_flags() library routine on sun. */ +#include "config.h" #include "sis.h" /* Forward declarations */ diff --git a/sim/erc32/func.c b/sim/erc32/func.c index 80fbbe1e48b..88751ea08b4 100644 --- a/sim/erc32/func.c +++ b/sim/erc32/func.c @@ -20,6 +20,7 @@ * */ +#include "config.h" #include <signal.h> #include <string.h> #include <stdio.h> diff --git a/sim/erc32/help.c b/sim/erc32/help.c index 897ee7c844c..21c2a77a396 100644 --- a/sim/erc32/help.c +++ b/sim/erc32/help.c @@ -1,3 +1,4 @@ +#include "config.h" #include <stdio.h> #include "sis.h" diff --git a/sim/erc32/interf.c b/sim/erc32/interf.c index d869cd587cd..ee4053d2b05 100644 --- a/sim/erc32/interf.c +++ b/sim/erc32/interf.c @@ -20,6 +20,7 @@ * */ +#include "config.h" #include <signal.h> #include <string.h> #include <stdio.h> |