summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorian <ian>2000-09-13 21:13:19 +0000
committerian <ian>2000-09-13 21:13:19 +0000
commit0a4fd9ed24e89e1b772666f675120c8b0d5a61c2 (patch)
tree76974fdea474824ef51745d66fc2168461e69615 /client
parent806b3e0ad953d4c3aa52c47573ea525196191b19 (diff)
+ * Fix <sys/fcntl.h> in client/adnsresfilter.c to <fcntl.h>.
@@ -1,3 +1,9 @@ +adns (0.10) unstable; urgency=low + + * Fix <sys/fcntl.h> in client/adnsresfilter.c to <fcntl.h>. + + -- + adns (0.9) unstable; urgency=high Bug fixes:
Diffstat (limited to 'client')
-rw-r--r--client/adnsresfilter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/adnsresfilter.c b/client/adnsresfilter.c
index 8175049..316b0e2 100644
--- a/client/adnsresfilter.c
+++ b/client/adnsresfilter.c
@@ -33,7 +33,7 @@
#include <assert.h>
#include <ctype.h>
-#include <sys/fcntl.h>
+#include <fcntl.h>
#include "adns.h"
#include "config.h"