diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-03-05 01:17:37 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-03-05 01:17:37 +0000 |
commit | 947f7d6b88ef8e891f67d7fac44961cd20fde406 (patch) | |
tree | 8b8179b071371484da1a8d942b36764bbbf1ac45 /src/ftphelper.c | |
parent | e7b8d92cc55b0c931df6851064e6d36bfa4978f5 (diff) | |
download | verteco-947f7d6b88ef8e891f67d7fac44961cd20fde406.tar.gz |
Refactor code
No source chances, reindent only.
Diffstat (limited to 'src/ftphelper.c')
-rw-r--r-- | src/ftphelper.c | 3 |
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> |