summaryrefslogtreecommitdiff
path: root/filesystems/fs-utils/patches/patch-aa
blob: b127fcbfcfdcd81548ab7629b9f578a71a6978ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- usr.bin/du/du.c.orig	2011-04-30 19:09:26.000000000 +0200
+++ usr.bin/du/du.c	2011-04-30 19:10:22.000000000 +0200
@@ -51,6 +51,10 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 
+#ifdef __NetBSD__
+#include <sys/param.h>
+#endif
+
 #if HAVE_NBCOMPAT_H
 #include <nbcompat.h>
 #endif