diff options
Diffstat (limited to 'src/net/dhcpopts.c')
-rw-r--r-- | src/net/dhcpopts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/dhcpopts.c b/src/net/dhcpopts.c index 6482c627..f351c32e 100644 --- a/src/net/dhcpopts.c +++ b/src/net/dhcpopts.c @@ -23,8 +23,8 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include <stdio.h> #include <errno.h> #include <string.h> -#include <gpxe/dhcp.h> -#include <gpxe/dhcpopts.h> +#include <ipxe/dhcp.h> +#include <ipxe/dhcpopts.h> /** @file * |