diff options
Diffstat (limited to 'net/bootp.c')
-rw-r--r-- | net/bootp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bootp.c b/net/bootp.c index 9dfb50749b4..86c56803c76 100644 --- a/net/bootp.c +++ b/net/bootp.c @@ -8,6 +8,7 @@ * Copyright 2000-2004 Wolfgang Denk, wd@denx.de */ +#include <common.h> #include <bootstage.h> #include <command.h> #include <env.h> |