From: andy Date: Wed, 19 Oct 2005 18:40:19 +0000 (+0000) Subject: Must include config.h before plib headers to prevent them from default X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=37b9a23122153af0110ad814fd2d343773d44e8f;p=flightgear.git Must include config.h before plib headers to prevent them from default to glut (which breaks SDL builds). --- diff --git a/src/GUI/fonts.cxx b/src/GUI/fonts.cxx index a221e92cd..8d1f3bcbd 100644 --- a/src/GUI/fonts.cxx +++ b/src/GUI/fonts.cxx @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include