http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / glx / rotator.c
index f13cb5470f48a2b5ac7806384ad3ff824877e491..89fa6ffd965566a1cef5aa4d224b27bd813698d6 100644 (file)
@@ -9,10 +9,14 @@
  * implied warranty.
  */
 
-#include "config.h"
+#include <math.h>
+
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <stdlib.h>
 #include <stdio.h>
-#include <math.h>
 #include "rotator.h"
 #include "yarandom.h"