Misc changes to get a clean build after all of the syslog changes. There are probably other things still broken

This commit is contained in:
Gregory Nutt 2014-10-08 16:23:48 -06:00
parent b0428e9b58
commit 8c24662011

View File

@ -51,7 +51,9 @@
#include <sched.h>
#include <errno.h>
#include <debug.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <apps/netutils/telnetd.h>
#include <apps/netutils/netlib.h>