aboutsummaryrefslogtreecommitdiffstats
path: root/src/ftphelper.c
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-03-05 01:30:17 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-03-05 01:30:17 +0000
commit5535b9f088040451719e649aa4bae9a283a5927f (patch)
treee01da5768f9ad762137d7d904eb9127577dd74a5 /src/ftphelper.c
parente7bc12b02ac4f59df000baaa842c32b500f66c01 (diff)
parent15bbcbcf3a7021f34c1f0af79c039dab89478890 (diff)
downloadverteco-debian_pkg.tar.gz
Merge branch 'master' into debian_pkgdebian_pkg
Diffstat (limited to 'src/ftphelper.c')
-rw-r--r--src/ftphelper.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ftphelper.c b/src/ftphelper.c
index ffa289c..fae3771 100644
--- a/src/ftphelper.c
+++ b/src/ftphelper.c
@@ -18,9 +18,10 @@
*/
// gcc ftphelper.c -o ftphelper `pkg-config --libs --cflags libconfig`
+
#include <stdio.h>
#include <sys/ioctl.h>
-#include <sys/types.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <net/if.h>
#include <string.h>