summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-09-07 23:07:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-09-07 23:07:58 +0000
commit19ed3cf43b96006d7b536b1a18e1bb7592d12cd6 (patch)
tree077abbefee72dda74491f2d4c5f4c2b48d53671b /cpukit/pppd
parent2002-09-07 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-19ed3cf43b96006d7b536b1a18e1bb7592d12cd6.tar.bz2
2002-09-07 Joel Sherrill <joel@OARcorp.com>
* pppd/ipcp.c, rtems_servers/ftpd.c: Add include files to resolve warnings.
Diffstat (limited to 'cpukit/pppd')
-rw-r--r--cpukit/pppd/ipcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/pppd/ipcp.c b/cpukit/pppd/ipcp.c
index 680409c5c8..d11e7c653a 100644
--- a/cpukit/pppd/ipcp.c
+++ b/cpukit/pppd/ipcp.c
@@ -31,6 +31,7 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
+#include <resolv.h>
#include "pppd.h"
#include "fsm.h"