smock: Document how to use it without httpd
[fedora-mingw.git] / ocaml-lablgl / mingw32-ocaml-lablgl-1.03-evil-glut-header.patch
1 --- lablgl-1.03/LablGlut/src/wrap_glut.c.orig   2008-11-23 20:40:12.000000000 +0000
2 +++ lablgl-1.03/LablGlut/src/wrap_glut.c        2008-11-23 20:41:13.000000000 +0000
3 @@ -13,7 +13,7 @@
4  #ifdef __APPLE__
5  #include <GLUT/glut.h>
6  #else
7 -#include <GL/glut.h>
8 +#include "/usr/include/GL/glut.h"
9  #endif
10  #include <stdio.h>
11  #include <stdlib.h>