mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-01 08:05:09 +02:00
13 lines
292 B
Diff
13 lines
292 B
Diff
tevent.h needs sys/types.h for pid_t
|
|
|
|
--- tevent.h 2018-07-12 05:51:30.000000000 +0000
|
|
+++ 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;
|
|
|