diff options
Diffstat (limited to 'cmd/pxe.c')
| -rw-r--r-- | cmd/pxe.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cmd/pxe.c b/cmd/pxe.c index 21134eb7a30..ae02c28c075 100644 --- a/cmd/pxe.c +++ b/cmd/pxe.c @@ -4,12 +4,12 @@   * Copyright (c) 2014, NVIDIA CORPORATION.  All rights reserved.   */ -#include <common.h>  #include <command.h>  #include <fs.h>  #include <net.h>  #include <net6.h>  #include <malloc.h> +#include <vsprintf.h>  #include "pxe_utils.h" | 
