[BACK]Return to patch-src_billard3d_c CVS log [TXT][DIR] Up to [local] / ports / games / foobillard / patches

Annotation of ports/games/foobillard/patches/patch-src_billard3d_c, Revision 1.1.1.1

1.1       yason       1: $OpenBSD$
                      2: --- src/billard3d.c.orig       Sun Jan 18 00:09:14 2009
                      3: +++ src/billard3d.c    Sun Jan 18 00:09:30 2009
                      4: @@ -24,7 +24,7 @@
                      5:  #include <string.h>
                      6:  #include <math.h>
                      7:  #include <unistd.h>
                      8: -#include <endian.h>
                      9: +#include <sys/endian.h>
                     10:
                     11:  #ifndef USE_SDL
                     12:  #include <GL/glut.h>

CVSweb