Add missing includes to quelch warnings.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1467 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
237e809d21
commit
a9f120adec
|
@ -28,6 +28,8 @@
|
||||||
/* This one must be invoked *after* platform.h to get _GNU_SOURCE! */
|
/* This one must be invoked *after* platform.h to get _GNU_SOURCE! */
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <ctype.h>
|
||||||
|
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#define _(String) gettext(String)
|
#define _(String) gettext(String)
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
/* Allow frame header files to be singly included */
|
/* Allow frame header files to be singly included */
|
||||||
#define FRAME_LIB_INCLUDE
|
#define FRAME_LIB_INCLUDE
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
/* Allow frame header files to be singly included */
|
/* Allow frame header files to be singly included */
|
||||||
#define FRAME_LIB_INCLUDE
|
#define FRAME_LIB_INCLUDE
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
#define FRAME_LIB_INCLUDE
|
#define FRAME_LIB_INCLUDE
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "fractions.h"
|
#include "fractions.h"
|
||||||
|
|
Loading…
Reference in New Issue