[Fix] I haz been told that older versions of gcc won't compile this. I say FFFFUUUUU!!
This commit is contained in:
parent
273607eda0
commit
9701687dc7
4
src/ai.c
4
src/ai.c
@ -1,3 +1,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "lauxlib.h"
|
||||
#include "lualib.h"
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <getopt.h>
|
||||
|
@ -1,3 +1,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "lephisto.h"
|
||||
#include "log.h"
|
||||
#include "toolkit.h"
|
||||
|
@ -1,3 +1,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "lua.h"
|
||||
#include "lauxlib.h"
|
||||
|
||||
|
@ -4,9 +4,10 @@
|
||||
#include <ft2build.h>
|
||||
#include <freetype/freetype.h>
|
||||
#include <freetype/ftglyph.h>
|
||||
#include <math.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "lephisto.h"
|
||||
#include "log.h"
|
||||
|
@ -1,5 +1,6 @@
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "lephisto.h"
|
||||
#include "log.h"
|
||||
|
@ -1,3 +1,5 @@
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "lephisto.h"
|
||||
#include "log.h"
|
||||
#include "pause.h"
|
||||
|
Loading…
Reference in New Issue
Block a user