freebsd-ports/lang/polyml/files/patch-driver-process_env.c
Simon Barner fbc1517ea7 Add polyml 4.1.3, a fast open-source implementation of Standard ML.
PR:		83433
Submitted by:	Timothy Bourke <timbob@bigpond.com>
2005-07-29 07:19:56 +00:00

13 lines
254 B
C

--- process_env.c.orig Fri Jun 10 10:10:07 2005
+++ process_env.c Fri Jun 10 10:10:31 2005
@@ -14,6 +14,10 @@
#include <sys/param.h>
#endif
+#ifdef FREEBSD
+#include <unistd.h>
+#endif
+
#include "globals.h"
#include "sys.h"
#include "run_time.h"