]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - command.c
Make it compile on FreeBSD.
[paraslash.git] / command.c
index 212a1800e1a32726096c3461c05ee2e9a3bacbfb..e33bae61133d04eaaba48fc71cf358d4b14cbe5b 100644 (file)
--- a/command.c
+++ b/command.c
@@ -6,9 +6,13 @@
 
 /** \file command.c does client authentication and executes server commands */
 
-#include <sys/time.h> /* gettimeofday */
-#include "para.h" /* gettimeofday */
+#include <signal.h>
+#include <sys/time.h>
+#include <sys/types.h>
+#include <dirent.h>
+#include <openssl/rc4.h>
 
+#include "para.h"
 #include "server.cmdline.h"
 #include "afs_common.h"
 #include "afh.h"
@@ -16,7 +20,6 @@
 #include "vss.h"
 #include "send.h"
 #include "rc4.h"
-#include <openssl/rc4.h>
 #include "error.h"
 #include "net.h"
 #include "daemon.h"