X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fenums.c;h=b3e43af9b57ab6ba10c3ccf99ff66e6aedafb6fa;hb=03c86c2f632b642aa94f721e326787e91aa69c25;hp=25fdaefda4eaff4fc7fcc0957b81593de9d93257;hpb=3c32a221de1435ae7af8d96182560e8b28f1a4c0;p=gldbg.git diff --git a/source/enums.c b/source/enums.c index 25fdaef..b3e43af 100644 --- a/source/enums.c +++ b/source/enums.c @@ -7,6 +7,7 @@ Distributed under the GPL #include #include +#include #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) {