]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
lib: fixed include
authorMarek Vavruša <marek.vavrusa@nic.cz>
Fri, 22 May 2015 14:57:56 +0000 (16:57 +0200)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Fri, 22 May 2015 14:57:56 +0000 (16:57 +0200)
lib/resolve.c

index 86b56ac3bb014f6c941e0520a4f7b2aaf85f3aca..7de4f3c2a133c25284ad90c353cf13074fd7a624 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #include <stdio.h>
-#include <sys/fcntl.h>
+#include <fcntl.h>
 
 #include <libknot/internal/mempool.h>
 #include <libknot/rrtype/rdname.h>