]> git.tdb.fi Git - gldbg.git/blobdiff - source/enums.c
Rewrite the Makefile to have proper dependencies and stuff
[gldbg.git] / source / enums.c
index 25fdaefda4eaff4fc7fcc0957b81593de9d93257..b3e43af9b57ab6ba10c3ccf99ff66e6aedafb6fa 100644 (file)
@@ -7,6 +7,7 @@ Distributed under the GPL
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include "enums.h"
 #include "tmpalloc.h"
 
@@ -17,7 +18,7 @@ typedef struct sEnumInfo
        const char *name;
 } EnumInfo;
 
-#include "enums.table"
+#include "gensrc/enums.table"
 
 const char *describe_enum(GLenum value, const char *categ)
 {