- Fix build on 5.x

Noticed by:	bento via kris
Approved by:	portmgr (kris)
This commit is contained in:
Kirill Ponomarev 2003-11-25 06:04:10 +00:00
parent 288a568f9e
commit a9ee2334a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94772

View File

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