packages/net/libreswan/patches/030-fix_musl_build.patch
2021-06-15 17:47:11 +08:00

11 lines
168 B
Diff

--- a/include/fd.h
+++ b/include/fd.h
@@ -26,6 +26,7 @@
#include <stdbool.h>
#include <stdlib.h> /* for ssize_t */
+#include <sys/types.h>
#include "where.h"