Some includes added to avoid calling functions w/o prototypes.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3056 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2008-08-30 14:08:02 +00:00
parent 742910f998
commit e663bc4564
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@
#endif
#include <config.h>
#include <string.h>
#ifndef HAVE_GETOPT_LONG
#if !defined __STDC__ || !__STDC__
+3
View File
@@ -22,6 +22,9 @@
#include "nameref.h"
#include "types.h"
#include "libs/log.h"
#include "libs/gfxlib.h"
#include "libs/sndlib.h"
#include "coderes.h"
#include "propfile.h"
#include <ctype.h>
#include <stdlib.h>