Browse Source

[1237] Mac OS X compilation fix in src/lib/dhcp/iface_mgr_bsd.cc

Tomek Mrugalski 13 years ago
parent
commit
aaea8925c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/iface_mgr_bsd.cc

+ 1 - 1
src/lib/dhcp/iface_mgr_bsd.cc

@@ -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;