chiark / gitweb /
+ * Fix <sys/fcntl.h> in client/adnsresfilter.c to <fcntl.h>.
[adns] / client / adnsresfilter.c
index 81750491fbf8952cf67292eedbfc77ca0f9ab61b..316b0e21534be0630dd7000225d20d122e137d76 100644 (file)
@@ -33,7 +33,7 @@
 #include <assert.h>
 #include <ctype.h>
 
-#include <sys/fcntl.h>
+#include <fcntl.h>
 
 #include "adns.h"
 #include "config.h"