blob: 8d88861817783a3b34e567aa020d2616fb2c0670 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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>
|