Fix building the Build Tools. DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@4806 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2014-12-09 22:51:41 +00:00
parent 750a98953b
commit a8455d5caf
3 changed files with 10 additions and 0 deletions

View file

@ -2,6 +2,10 @@
#include "compat.h"
#ifdef __cplusplus
extern "C" {
#endif
//
// initprintf() -- prints a string
//
@ -16,3 +20,7 @@ void initprintf(const char *f, ...)
}
int32_t editstatus = 1;
#ifdef __cplusplus
}
#endif

View file

@ -6,6 +6,7 @@
// by Jonathon Fowler (jf@jonof.id.au)
#include "compat.h"
#include "kplib.h"
#include <utime.h>

View file

@ -6,6 +6,7 @@
// by Jonathon Fowler (jf@jonof.id.au)
#include "compat.h"
#include "kplib.h"
// Glibc doesn't provide this function, so for the sake of less ugliess
// for all platforms, here's a replacement just for this program.