[rtems commit] ftpd: Include <rtems/ftpd.h>

Sebastian Huber sebh at rtems.org
Wed Dec 13 08:08:31 UTC 2017


Module:    rtems
Branch:    master
Commit:    51a30a4b73205224f2c25530b36fc53f920c5fd3
Changeset: http://git.rtems.org/rtems/commit/?id=51a30a4b73205224f2c25530b36fc53f920c5fd3

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Dec 13 08:03:57 2017 +0100

ftpd: Include <rtems/ftpd.h>

Prepare for header file move to common include directory.

Update #3254.

---

 cpukit/ftpd/ftpd.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cpukit/ftpd/ftpd.c b/cpukit/ftpd/ftpd.c
index 7a4889b..8e3bc08 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 */




More information about the vc mailing list