1
0
Fork 0

Must include config.h before plib headers to prevent them from default

to glut (which breaks SDL builds).
This commit is contained in:
andy 2005-10-19 18:40:19 +00:00
parent 54594e5219
commit 37b9a23122

View file

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <plib/pu.h>
#include <plib/fnt.h>