summaryrefslogtreecommitdiff
path: root/deskutils/libcprime/files/patch-cprime_filefunc.cpp
blob: 5c67d619d9ba5daaf015cc9d318c897224a2b435 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- cprime/filefunc.cpp.orig	2021-04-18 18:37:03 UTC
+++ cprime/filefunc.cpp
@@ -34,7 +34,8 @@
 #include <libgen.h>
 #include <sys/types.h>
 #include <sys/statvfs.h>
-#include <sys/statfs.h>
+// #include <sys/statfs.h>
+#include <errno.h>
 #include <unistd.h>
 
 #include "filefunc.h"