diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-25 06:04:10 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-25 06:04:10 +0000 |
commit | a9ee2334a31a2abf6529516d1ddf5e9a74973602 (patch) | |
tree | bfda33adedf2c3cd4ebee5dbb26b272cee117c7e /astro/nightfall | |
parent | Fix build on 5.x. (diff) |
- Fix build on 5.x
Noticed by: bento via kris
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=94772
Diffstat (limited to 'astro/nightfall')
-rw-r--r-- | astro/nightfall/files/patch-LightGLAnimate.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/astro/nightfall/files/patch-LightGLAnimate.c b/astro/nightfall/files/patch-LightGLAnimate.c new file mode 100644 index 000000000000..310eef55e86a --- /dev/null +++ b/astro/nightfall/files/patch-LightGLAnimate.c @@ -0,0 +1,10 @@ +--- LightGLAnimate.c.orig Tue Nov 25 00:21:36 2003 ++++ LightGLAnimate.c Tue Nov 25 00:24:22 2003 +@@ -25,6 +25,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> ++#include <sys/types.h> + #include "Light.h" + + #ifdef _WITH_OPENGL |