summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-13 08:03:57 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-13 09:04:25 +0100
commit51a30a4b73205224f2c25530b36fc53f920c5fd3 (patch)
tree390c5f3ea95a77203c1bdd5fe6781d8c38ee4984
parentdevfs: Include <rtems/devfs.h> (diff)
downloadrtems-51a30a4b73205224f2c25530b36fc53f920c5fd3.tar.bz2
ftpd: Include <rtems/ftpd.h>
Prepare for header file move to common include directory. Update #3254.
-rw-r--r--cpukit/ftpd/ftpd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/ftpd/ftpd.c b/cpukit/ftpd/ftpd.c
index 7a4889bc30..8e3bc08ece 100644
--- a/cpukit/ftpd/ftpd.c
+++ b/cpukit/ftpd/ftpd.c
@@ -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 */