summaryrefslogtreecommitdiff
path: root/sys-cluster/drbd/files/drbd-8.3.8.1-implicits.patch
blob: 0fbbb92a2c3f2d9bd7f67f954a349b2d770371fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
drbdadm_main.c:2525:2: warning: implicit declaration of function ‘stat’

--- a/user/drbdadm_main.c
+++ b/user/drbdadm_main.c
@@ -33,6 +33,7 @@
 #include <search.h>
 
 #include <sys/types.h>
+#include <sys/stat.h>
 #include <sys/wait.h>
 #include <sys/poll.h>
 #include <sys/socket.h>