diff options
Diffstat (limited to 'dhcpctl/cltest.c')
-rw-r--r-- | dhcpctl/cltest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpctl/cltest.c b/dhcpctl/cltest.c index 821ae4be..4589ecd1 100644 --- a/dhcpctl/cltest.c +++ b/dhcpctl/cltest.c @@ -42,7 +42,7 @@ #include <stdlib.h> #include <string.h> #include <stdarg.h> -#include <isc/result.h> +#include <isc-dhcp/result.h> #include "dhcpctl.h" int main (int, char **); |