freebsd-ports/astro/nightfall/files/patch-LightGLAnimate.c
Kirill Ponomarev a9ee2334a3 - Fix build on 5.x
Noticed by:	bento via kris
Approved by:	portmgr (kris)
2003-11-25 06:04:10 +00:00

10 lines
245 B
C

--- 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