* end.c: Include config.h before system header files.
authorNick Clifton <nickc@redhat.com>
Thu, 16 Aug 2012 07:56:19 +0000 (07:56 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 16 Aug 2012 07:56:19 +0000 (07:56 +0000)
* erc32.c: Likewise.
* exec.c: Likewise.
* float.c: Likewise.
* func.c: Likewise.
* help.c: Likewise.
* interf.c: Likewise.

sim/erc32/end.c
sim/erc32/erc32.c
sim/erc32/exec.c
sim/erc32/float.c
sim/erc32/func.c
sim/erc32/help.c
sim/erc32/interf.c

index 973fd796bf0f9372b184870e5a590349ac7e5925..9337198f16f9f7c6d23dfadd22b7080e36606ddb 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #include <stdio.h>
 
 int
index 0e892736f27c197e3c986ee94f65f9eb4b1d8a03..83dc51f162b29989402ef17b7c1e2e7c6b2f5ecd 100644 (file)
@@ -22,6 +22,7 @@
 
 /* The control space devices */
 
+#include "config.h"
 #include <sys/types.h>
 #include <stdio.h>
 #include <string.h>
index 0aca49e8263d7612f5803d641666f1c97713a9f5..78906ab110f67f7313905c105ec79729c60514f8 100644 (file)
@@ -20,6 +20,7 @@
  * 
  */
 
+#include "config.h"
 #include "sis.h"
 #include "end.h"
 #include <math.h>
index 6f1e8a24386d1f1ac5cfe2b704f53171759e9223..074ceb97a7da87acd1bfb7727f4e013ffef16c02 100644 (file)
@@ -32,6 +32,7 @@
  * This can also be done using ieee_flags() library routine on sun.
  */
 
+#include "config.h"
 #include "sis.h"
 
 /* Forward declarations */
index 80fbbe1e48b3e18780c83b5c101c51c7bff51567..88751ea08b4c0eca7e9ac5bf0ecacfa1ff9bf99b 100644 (file)
@@ -20,6 +20,7 @@
  * 
  */
 
+#include "config.h"
 #include <signal.h>
 #include <string.h>
 #include <stdio.h>
index 897ee7c844c84524fb82725e21357b5009f61b46..21c2a77a39612154ebf4f57085ef2ff04664e430 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #include <stdio.h>
 #include "sis.h"
 
index d869cd587cd56960319c3c577e700e315ce393a7..ee4053d2b0560e8fdf5c69f7ce6e9762147d1c6f 100644 (file)
@@ -20,6 +20,7 @@
  * 
  */
 
+#include "config.h"
 #include <signal.h>
 #include <string.h>
 #include <stdio.h>
This page took 0.027842 seconds and 4 git commands to generate.