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 | |
parent | 288a568f9ef932c794a1e92b75b7fdbddde3a9b9 (diff) | |
download | ports-a9ee2334a31a2abf6529516d1ddf5e9a74973602.tar.gz ports-a9ee2334a31a2abf6529516d1ddf5e9a74973602.zip |
Notes
-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 |