summaryrefslogtreecommitdiff
path: root/sys-apps/sysvinit/files/sysvinit-2.88-sysmacros.patch
blob: efbe47a30be2b0d0489b3091951d0a70216cb250 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Newer C libraries omit this include from sys/types.h.

--- a/src/bootlogd.c
+++ b/src/bootlogd.c
@@ -32,6 +32,7 @@
  *
  */
 
+#include <sys/sysmacros.h>
 #include <sys/types.h>
 #include <sys/time.h>
 #include <sys/stat.h>