X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fnormals.h;h=a707a0c94871f2706d621461ce2c61522270a2e0;hp=8d9f6fe110e03b1f87e563f0ee88144bde33ecbf;hb=f8cf5ac7b2f53510f80a0eaf286a25298be17bfe;hpb=ec8d2b32b63649e6d32bdfb306eda062769af823 diff --git a/hacks/glx/normals.h b/hacks/glx/normals.h index 8d9f6fe1..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,12 +14,18 @@ #ifndef __NORMALS_H__ #define __NORMALS_H__ -#ifdef HAVE_COCOA -# include -#else +#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;