X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=ftepp.c;h=55d4fffb1e3330cb4e6f4b605a3c6ce1a61cf414;hb=f8db5a7c6d0ba2e5e9624e1de46bb2da9572bb32;hp=5348dfb5448ba923d95de60cf7e8829df71f24fd;hpb=b0a07695344c805381fdca64aac229ee98725130;p=xonotic%2Fgmqcc.git diff --git a/ftepp.c b/ftepp.c index 5348dfb..55d4fff 100644 --- a/ftepp.c +++ b/ftepp.c @@ -22,7 +22,10 @@ * SOFTWARE. */ #include +#include +#include #include + #include "gmqcc.h" #include "lexer.h" @@ -313,7 +316,7 @@ static void ppmacro_delete(ppmacro *self) mem_d(self); } -static ftepp_t* ftepp_new() +static ftepp_t* ftepp_new(void) { ftepp_t *ftepp;