mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
06198d9c8c
This reverts commit 79b6e9dc61.
Undo the recent vnstat update due to upstream bugs preventing database
restoration.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
11 lines
285 B
Diff
11 lines
285 B
Diff
--- a/src/common.h
|
|
+++ b/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>
|