Must include config.h before plib headers to prevent them from default
to glut (which breaks SDL builds).
This commit is contained in:
parent
54594e5219
commit
37b9a23122
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <plib/pu.h>
|
||||
#include <plib/fnt.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue