summarylogtreecommitdiffstats
path: root/04-fix-missing-include.patch
diff options
context:
space:
mode:
Diffstat (limited to '04-fix-missing-include.patch')
-rw-r--r--04-fix-missing-include.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/04-fix-missing-include.patch b/04-fix-missing-include.patch
new file mode 100644
index 000000000000..e9fc32a5df14
--- /dev/null
+++ b/04-fix-missing-include.patch
@@ -0,0 +1,12 @@
+# Copyright © Sébastien Luttringer
+--- a/rblcheck.c 2012-06-23 20:11:05.508352459 +0200
++++ b/rblcheck.c 2014-03-27 02:20:45.286918851 +0100
+@@ -30,6 +30,8 @@
+ #include <arpa/nameser.h>
+ #include <resolv.h>
+ #include <netdb.h>
++#include <unistd.h>
++#include <stdlib.h>
+
+ /*-- PORTABILITY ------------------------------------------------------------*/
+