opnsense-ports/math/chaco/files/patch-util+seconds.c
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
344 B
C

--- util/seconds.c.orig Mon May 1 16:41:39 2006
+++ util/seconds.c Mon May 1 16:42:30 2006
@@ -2,6 +2,7 @@
* at Sandia National Laboratories under US Department of Energy *
* contract DE-AC04-76DP00789 and is copyrighted by Sandia Corporation. */
+#include <sys/types.h>
#include <sys/time.h>
#include <sys/resource.h>