diff options
Diffstat (limited to 'net/tcp.c')
-rw-r--r-- | net/tcp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tcp.c b/net/tcp.c index b0cc8a1fe3e..a713e1dd609 100644 --- a/net/tcp.c +++ b/net/tcp.c @@ -17,6 +17,7 @@ * - TCP application (eg wget) * Next Step HTTPS? */ +#include <common.h> #include <command.h> #include <console.h> #include <env_internal.h> |