ftpd: Include <rtems/ftpd.h>

Prepare for header file move to common include directory.

Update #3254.
This commit is contained in:
Sebastian Huber
2017-12-13 08:03:57 +01:00
parent 339069fc81
commit 51a30a4b73

View File

@@ -203,6 +203,7 @@
#include <rtems.h>
#include <rtems/rtems_bsdnet.h>
#include <rtems/error.h>
#include <rtems/ftpd.h>
#include <rtems/libio.h>
#include <rtems/userenv.h>
#include <syslog.h>
@@ -212,8 +213,6 @@
#include <arpa/ftp.h>
#include <netinet/in.h>
#include "ftpd.h"
#ifdef __GNUC__
/* change to #if 1 to disable syslog entirely */