http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / OSX / xscreensaver_Prefix.pch
diff --git a/OSX/xscreensaver_Prefix.pch b/OSX/xscreensaver_Prefix.pch
new file mode 100644 (file)
index 0000000..9ebe330
--- /dev/null
@@ -0,0 +1,15 @@
+/* Prefix header for all source files of the 'xscreensaver' project.
+ */
+
+#include <stdlib.h>
+#include <stdio.h>
+#include <string.h>
+#include <sys/time.h>
+
+#ifdef __OBJC__
+    #import <Cocoa/Cocoa.h>
+#endif
+
+#include "jwxyz.h"
+
+#include <OpenGL/gl.h>