Commit d310ab7e authored by Matthias Andree's avatar Matthias Andree Committed by Simon Kelley

Fix build failure in new inotify code on BSD.

parent 0b1008d3
...@@ -15,10 +15,10 @@ ...@@ -15,10 +15,10 @@
*/ */
#include "dnsmasq.h" #include "dnsmasq.h"
#include <sys/inotify.h>
#ifdef HAVE_LINUX_NETWORK #ifdef HAVE_LINUX_NETWORK
#include <sys/inotify.h>
/* the strategy is to set a inotify on the directories containing /* the strategy is to set a inotify on the directories containing
resolv files, for any files in the directory which are close-write resolv files, for any files in the directory which are close-write
or moved into the directory. or moved into the directory.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment