* 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.
This commit is contained in:
Nick Clifton 2012-08-16 07:56:19 +00:00
parent 6b1755ce16
commit 5272643fad
7 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#include "config.h"
#include <stdio.h>
int

View File

@ -22,6 +22,7 @@
/* The control space devices */
#include "config.h"
#include <sys/types.h>
#include <stdio.h>
#include <string.h>

View File

@ -20,6 +20,7 @@
*
*/
#include "config.h"
#include "sis.h"
#include "end.h"
#include <math.h>

View 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 */

View File

@ -20,6 +20,7 @@
*
*/
#include "config.h"
#include <signal.h>
#include <string.h>
#include <stdio.h>

View File

@ -1,3 +1,4 @@
#include "config.h"
#include <stdio.h>
#include "sis.h"

View File

@ -20,6 +20,7 @@
*
*/
#include "config.h"
#include <signal.h>
#include <string.h>
#include <stdio.h>