Networking: Missed header file inclusion

This commit is contained in:
Gregory Nutt 2015-01-28 12:09:00 -06:00
parent 09972a7812
commit 5c2aad64cd
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <errno.h>
#include "tcp/tcp.h"
#include "pkt/pkt.h"