aboutsummaryrefslogtreecommitdiffstats
path: root/main/tevent/fix-public-header.patch
blob: 2b60347aba8511b016a50a1e37670ad68ce10b1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
tevent.h needs sys/types.h for pid_t

diff -ru tevent-0.9.37.orig/tevent.h tevent-0.9.37/tevent.h
--- tevent-0.9.37.orig/tevent.h	2018-07-12 05:51:30.000000000 +0000
+++ tevent-0.9.37/tevent.h	2018-07-19 10:13:15.360128807 +0000
@@ -31,6 +31,7 @@
 #include <stdint.h>
 #include <talloc.h>
 #include <sys/time.h>
+#include <sys/types.h>
 #include <stdbool.h>
 
 struct tevent_context;