opnsense-ports/games/dangerdeep/files/patch-src__subsim.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
259 B
C++

--- ./src/subsim.cpp.orig 2007-06-11 11:16:23.000000000 -0400
+++ ./src/subsim.cpp 2014-08-11 09:56:15.000000000 -0400
@@ -31,6 +31,7 @@
#else
#include "oglext/OglExt.h"
#endif
+#include <unistd.h>
#include <glu.h>
#include <SDL.h>
#include <SDL_net.h>