]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1237] Mac OS X compilation fix in src/lib/dhcp/iface_mgr_bsd.cc
authorTomek Mrugalski <tomasz@isc.org>
Tue, 13 Dec 2011 14:29:17 +0000 (15:29 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 13 Dec 2011 14:29:17 +0000 (15:29 +0100)
src/lib/dhcp/iface_mgr_bsd.cc

index 8cab7ea9214e5f7f0eea8bf0dcecd65eefaee5f0..6b7f49d90db98c5f9c6c350a244fe30b2aa9da5c 100644 (file)
@@ -12,7 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
-#include <dhcp6/iface_mgr.h>
+#include <dhcp/iface_mgr.h>
 #include <exceptions/exceptions.h>
 
 using namespace std;