diff options
| author | Marty Connor | 2007-07-03 19:20:22 +0200 |
|---|---|---|
| committer | Marty Connor | 2007-07-03 19:20:22 +0200 |
| commit | c77704cb60731a8d4b3c5301720aeacfad83592f (patch) | |
| tree | 63bc9ab41e3094de0c4815309b7b26bf32d43513 /src/hci/commands | |
| parent | Reserve space for link-layer header in pxenv_undi_transmit() when not (diff) | |
| download | ipxe-c77704cb60731a8d4b3c5301720aeacfad83592f.tar.gz ipxe-c77704cb60731a8d4b3c5301720aeacfad83592f.tar.xz ipxe-c77704cb60731a8d4b3c5301720aeacfad83592f.zip | |
Warnings purge: src/{crypto,hci,net}
Diffstat (limited to 'src/hci/commands')
| -rw-r--r-- | src/hci/commands/dhcp_cmd.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hci/commands/dhcp_cmd.c b/src/hci/commands/dhcp_cmd.c index 208f35578..07acc615c 100644 --- a/src/hci/commands/dhcp_cmd.c +++ b/src/hci/commands/dhcp_cmd.c @@ -16,9 +16,14 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include <stdio.h> #include <stdint.h> #include <stdlib.h> #include <stdio.h> +#include <errno.h> +#include <stddef.h> +#include <string.h> +#include <assert.h> #include <getopt.h> #include <gpxe/netdevice.h> #include <gpxe/command.h> |
