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

File: [local] / ports / games / foobillard / patches / Attic / patch-src_billard3d_c (download)

Revision 1.1, Fri Jun 12 06:34:48 2009 UTC (15 years ago) by yason
Branch: MAIN

Initial revision

$OpenBSD$
--- src/billard3d.c.orig	Sun Jan 18 00:09:14 2009
+++ src/billard3d.c	Sun Jan 18 00:09:30 2009
@@ -24,7 +24,7 @@
 #include <string.h>
 #include <math.h>
 #include <unistd.h>
-#include <endian.h>
+#include <sys/endian.h>
 
 #ifndef USE_SDL
 #include <GL/glut.h>