summaryrefslogtreecommitdiffstats
path: root/sys/glsink/regcomb_yuvrgb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/glsink/regcomb_yuvrgb.c')
-rw-r--r--sys/glsink/regcomb_yuvrgb.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/glsink/regcomb_yuvrgb.c b/sys/glsink/regcomb_yuvrgb.c
index 39c86a0f..d06427f4 100644
--- a/sys/glsink/regcomb_yuvrgb.c
+++ b/sys/glsink/regcomb_yuvrgb.c
@@ -1,5 +1,10 @@
// these includes don't do a lot in Linux, they are more needed in Win32 (for the OpenGL function call pointers)
// but they are used at least for checking if the necessary extensions are present
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "ARB_multitexture.h"
#include "NV_register_combiners.h"
#include "EXT_paletted_texture.h"