diff options
Diffstat (limited to 'src/net/dhcpopts.c')
-rw-r--r-- | src/net/dhcpopts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/dhcpopts.c b/src/net/dhcpopts.c index e847c81d8..3013b669b 100644 --- a/src/net/dhcpopts.c +++ b/src/net/dhcpopts.c @@ -17,10 +17,10 @@ */ #include <stdint.h> +#include <stdlib.h> #include <byteswap.h> #include <errno.h> #include <string.h> -#include <malloc.h> #include <assert.h> #include <vsprintf.h> #include <gpxe/list.h> |