* 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

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