From: Nick Clifton Date: Thu, 16 Aug 2012 07:56:19 +0000 (+0000) Subject: * end.c: Include config.h before system header files. X-Git-Tag: sid-snapshot-20120901~162 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5272643fad33b531c1284b69e2caaa7ae6e2d318;p=external%2Fbinutils.git * 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. --- diff --git a/sim/erc32/end.c b/sim/erc32/end.c index 973fd79..9337198 100644 --- a/sim/erc32/end.c +++ b/sim/erc32/end.c @@ -1,3 +1,4 @@ +#include "config.h" #include int diff --git a/sim/erc32/erc32.c b/sim/erc32/erc32.c index 0e89273..83dc51f 100644 --- a/sim/erc32/erc32.c +++ b/sim/erc32/erc32.c @@ -22,6 +22,7 @@ /* The control space devices */ +#include "config.h" #include #include #include diff --git a/sim/erc32/exec.c b/sim/erc32/exec.c index 0aca49e..78906ab 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 diff --git a/sim/erc32/float.c b/sim/erc32/float.c index 6f1e8a2..074ceb9 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 80fbbe1..88751ea 100644 --- a/sim/erc32/func.c +++ b/sim/erc32/func.c @@ -20,6 +20,7 @@ * */ +#include "config.h" #include #include #include diff --git a/sim/erc32/help.c b/sim/erc32/help.c index 897ee7c..21c2a77 100644 --- a/sim/erc32/help.c +++ b/sim/erc32/help.c @@ -1,3 +1,4 @@ +#include "config.h" #include #include "sis.h" diff --git a/sim/erc32/interf.c b/sim/erc32/interf.c index d869cd5..ee4053d 100644 --- a/sim/erc32/interf.c +++ b/sim/erc32/interf.c @@ -20,6 +20,7 @@ * */ +#include "config.h" #include #include #include