softpipe: use the polygon stipple utility module
[mesa.git] / src / glut / glx / glutstroke.h
index 74b60314aa2a5b5713264afea5264fbbdc47da41..d6eac7aa516a1586ced00d998a035ecf4d31313a 100644 (file)
@@ -7,6 +7,10 @@
    and is provided without guarantee or warrantee expressed or 
    implied. This program is -not- in the public domain. */
 
+#define GLUT_NO_LIB_PRAGMA  /* Avoid auto library linking when building
+                               the GLUT library itself. */
+#include <GL/glut.h>
+
 #if defined(_MSC_VER)
 #pragma warning (disable:4244)  /* disable bogus conversion warnings */
 #pragma warning (disable:4305)  /* VC++ 5.0 version of above warning. */