blob: e9fc32a5df1435908549994809d4daadeadf831c (
plain)
1
2
3
4
5
6
7
8
9
10
11
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 ------------------------------------------------------------*/
|