]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mysql_selector.c
Make afs commands work.
[paraslash.git] / mysql_selector.c
index 46fc65b88b432bdba89fa6b892b3c180ba720a0e..0635f855f73833f64eabb10e5cd0660960586965 100644 (file)
 #define MEDIUM_BLOB_SIZE 16777220 /*  (2**24 + 4) */
 #define BLOB_SIZE 65539 /* (2**16 + 3) */
 /** \endcond */
+
+#include "para.h"
 #include "server.cmdline.h"
+#include "afh.h"
 #include "server.h"
 #include "vss.h"
 #include "afs_common.h"
@@ -20,6 +23,7 @@
 #include "error.h"
 #include "net.h"
 #include "string.h"
+#include "list.h"
 #include "user_list.h"
 #include "mysql_selector_command_list.h"
 #include "ipc.h"