http://www.jwz.org/xscreensaver/xscreensaver-5.09.tar.gz
[xscreensaver] / OSX / xscreensaver_Prefix.pch
1 /* Prefix header for all source files of the 'xscreensaver' project.
2  */
3
4 #include <stdlib.h>
5 #include <stdio.h>
6 #include <string.h>
7 #include <sys/time.h>
8
9 #ifdef __OBJC__
10     #import <Cocoa/Cocoa.h>
11 #endif
12
13 #include "jwxyz.h"
14
15 #include <OpenGL/gl.h>