]> code.citadel.org Git - citadel.git/blobdiff - citadel/file_ops.c
* citadel.h: changed internal version number to 6.07
[citadel.git] / citadel / file_ops.c
index a9de64ae65819f172536ede4bfde557d42c52a13..dd5f2bdbd5d871517034f0e9854e42d3c6af04f2 100644 (file)
@@ -16,6 +16,7 @@
 #include <fcntl.h>
 #include <sys/stat.h>
 #include <errno.h>
+#include <ctype.h>
 #include <string.h>
 #include <sys/stat.h>
 
@@ -33,7 +34,7 @@
 #include <limits.h>
 #include "citadel.h"
 #include "server.h"
-#include "dynloader.h"
+#include "serv_extensions.h"
 #include "config.h"
 #include "file_ops.h"
 #include "sysdep_decls.h"
@@ -393,7 +394,7 @@ void cmd_oimg(char *cmdbuf)
        char filename[SIZ];
        char pathname[SIZ];
        struct usersupp usbuf;
-       char which_user[32];
+       char which_user[USERNAME_SIZE];
        int which_floor;
        int a;