X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fnormals.h;h=a707a0c94871f2706d621461ce2c61522270a2e0;hb=7edd66e6bd3209013ee059819747b10b5835635b;hp=96d8b8f093f0a0e259a7037272fa3cb92a720c86;hpb=2d04c4f22466851aedb6ed0f2919d148f726b889;p=xscreensaver diff --git a/hacks/glx/normals.h b/hacks/glx/normals.h index 96d8b8f0..a707a0c9 100644 --- a/hacks/glx/normals.h +++ b/hacks/glx/normals.h @@ -1,4 +1,4 @@ -/* normals, Copyright (c) 2002-2004 Jamie Zawinski +/* normals, Copyright (c) 2002-2012 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -14,6 +14,18 @@ #ifndef __NORMALS_H__ #define __NORMALS_H__ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif /* HAVE_CONFIG_H */ + +#ifndef HAVE_COCOA +# include +#endif + +#ifdef HAVE_JWZGLES +# include "jwzgles.h" +#endif /* HAVE_JWZGLES */ + typedef struct { double x,y,z; } XYZ;