X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fnormals.h;h=2200dfea41d2dd07394c345dc2d8311a25e52bdc;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hp=96d8b8f093f0a0e259a7037272fa3cb92a720c86;hpb=2d04c4f22466851aedb6ed0f2919d148f726b889;p=xscreensaver diff --git a/hacks/glx/normals.h b/hacks/glx/normals.h index 96d8b8f0..2200dfea 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,22 @@ #ifndef __NORMALS_H__ #define __NORMALS_H__ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif /* HAVE_CONFIG_H */ + +#ifndef HAVE_JWXYZ +# include +#endif + +#ifdef HAVE_ANDROID +# include +#endif + +#ifdef HAVE_JWZGLES +# include "jwzgles.h" +#endif /* HAVE_JWZGLES */ + typedef struct { double x,y,z; } XYZ;