X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mysql_selector.c;h=702e08d3478a4f2c4c995ba4bc6dda68210a0b04;hp=46fc65b88b432bdba89fa6b892b3c180ba720a0e;hb=cb6d1dfb9e4067229a4bbde0abd05784d97ef14b;hpb=77264e47dcd6a606ecff2f86f14359f25ab0eba0 diff --git a/mysql_selector.c b/mysql_selector.c index 46fc65b8..702e08d3 100644 --- a/mysql_selector.c +++ b/mysql_selector.c @@ -10,7 +10,10 @@ #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"