ports/sysutils/dateutils/files/patch-build-aux_yuck.c
Dmitry Marakasov 88db72a5e9 - Update to 0.4.1
- While here, add LICENSE_FILE, don't install license as documentation and sort plist

PR:		215931
Submitted by:	ghostonthewire@gmail.com
Approved by:	maintainer timeout (jessefrgsmith@yahoo.ca, 1 month)
2017-02-09 17:09:29 +00:00

11 lines
275 B
C

--- build-aux/yuck.c.orig 2016-12-13 05:12:37 UTC
+++ build-aux/yuck.c
@@ -61,6 +61,8 @@
#include <fcntl.h>
#include <sys/wait.h>
#include <sys/stat.h>
+#include <sys/types.h>
+#include <sys/sysctl.h>
#include <time.h>
#if defined WITH_SCMVER
# include <yuck-scmver.h>