summaryrefslogtreecommitdiff
path: root/net-misc/openrsync/files/openrsync-0.5.0_p20220508-extern-stdint-include.patch
blob: ea2af659fad24bac16c9d4effcebb420186a0e54 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/extern.h
+++ b/extern.h
@@ -17,6 +17,8 @@
 #ifndef EXTERN_H
 #define EXTERN_H
 
+#include <stdint.h>
+
 #if !HAVE_PLEDGE
 # define pledge(x, y) (1)
 #endif