diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-03-05 01:30:17 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-03-05 01:30:17 +0000 |
commit | 5535b9f088040451719e649aa4bae9a283a5927f (patch) | |
tree | e01da5768f9ad762137d7d904eb9127577dd74a5 /src/ftphelper.c | |
parent | e7bc12b02ac4f59df000baaa842c32b500f66c01 (diff) | |
parent | 15bbcbcf3a7021f34c1f0af79c039dab89478890 (diff) | |
download | verteco-5535b9f088040451719e649aa4bae9a283a5927f.tar.gz |
Merge branch 'master' into debian_pkgdebian_pkg
Diffstat (limited to '')
-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> |