X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mysql_selector.c;h=0635f855f73833f64eabb10e5cd0660960586965;hb=df18715e70c9d5c096a536435e5959d0d7d4ba56;hp=bbc05bdf39ddcf9a4f8e9c503d3d21efff72ae67;hpb=6ce1f648d6e34e49472ce938c83e5bf8e65cd429;p=paraslash.git diff --git a/mysql_selector.c b/mysql_selector.c index bbc05bdf..0635f855 100644 --- a/mysql_selector.c +++ b/mysql_selector.c @@ -10,16 +10,20 @@ #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.h" +#include "afs_common.h" #include #include #include #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"