ports/security/sshguard/patches/patch-src_common_sandbox_c

10 lines
185 B
Text
Raw Normal View History

2023-09-20 18:59:05 +00:00
Index: src/common/sandbox.c
--- src/common/sandbox.c.orig
+++ src/common/sandbox.c
@@ -1,3 +1,5 @@
+#include <stdio.h>
+#include <unistd.h>
#include "config.h"
#include "sandbox.h"