aboutsummaryrefslogtreecommitdiffstats
path: root/src/ftphelper.c
diff options
context:
space:
mode:
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>