X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fgltrackball.c;h=51cb72e431e045b5d4736467f89156b2f02a74dd;hp=712288fc6eb7d250bd899e5fccfdfe96d636a527;hb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;hpb=ccb7f4903325f92555a9722bba74b58346654ba0 diff --git a/hacks/glx/gltrackball.c b/hacks/glx/gltrackball.c index 712288fc..51cb72e4 100644 --- a/hacks/glx/gltrackball.c +++ b/hacks/glx/gltrackball.c @@ -10,10 +10,19 @@ * implied warranty. */ -#include "config.h" -#include #include -#include +#include + +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + +#ifdef HAVE_COCOA +# include +#else +# include +#endif + #include "trackball.h" #include "gltrackball.h"