summaryrefslogtreecommitdiffstats
path: root/testing/vnstat/fix-includes.patch
blob: 1ec316aa15cf8e79182e00003b3923a48f7173f7 (plain)
1
2
3
4
5
6
7
8
9
10
--- ./src/common.h.orig
+++ ./src/common.h
@@ -22,6 +22,7 @@
 #include <pwd.h>
 #include <grp.h>
 #include <libgen.h>
+#include <fcntl.h>
 
 #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__) || defined(__FreeBSD_kernel__)
 #include <sys/param.h>