aboutsummaryrefslogtreecommitdiffstats
path: root/src/ftphelper.c
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-03-05 01:17:37 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-03-05 01:17:37 +0000
commit947f7d6b88ef8e891f67d7fac44961cd20fde406 (patch)
tree8b8179b071371484da1a8d942b36764bbbf1ac45 /src/ftphelper.c
parente7b8d92cc55b0c931df6851064e6d36bfa4978f5 (diff)
downloadverteco-947f7d6b88ef8e891f67d7fac44961cd20fde406.tar.gz
Refactor code
No source chances, reindent only.
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>