2002-09-07 Joel Sherrill <joel@OARcorp.com>

* pppd/ipcp.c, rtems_servers/ftpd.c: Add include files to resolve
	warnings.
This commit is contained in:
Joel Sherrill
2002-09-07 23:07:58 +00:00
parent 87da638980
commit 19ed3cf43b
5 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2002-09-07 Joel Sherrill <joel@OARcorp.com>
* pppd/ipcp.c, rtems_servers/ftpd.c: Add include files to resolve
warnings.
2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems_webserver/md5.h: Add missing newline.

View File

@@ -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"

View File

@@ -190,6 +190,7 @@
#include <rtems/rtems_bsdnet.h>
#include <rtems/error.h>
#include <rtems/libio.h>
#include <rtems/userenv.h>
#include <syslog.h>
#include <sys/types.h>