summaryrefslogtreecommitdiff
path: root/include/GL/gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/GL/gl.h')
-rw-r--r--include/GL/gl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h
index 1f53ff4790..40d80d2eec 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -38,7 +38,11 @@
*/
#if !defined(__SCITECH_SNAP__)
+#ifndef XFree86Server
#include <stddef.h> /* to get ptrdiff_t, used below */
+#else
+#define ptrdiff_t int
+#endif
#if defined(__BEOS__)
#include <stdlib.h> /* to get some BeOS-isms */