split citadel protocol related functions from msgbase.c into ctdl_message.c; fix...
[citadel.git] / citadel / user_ops.c
index 7c7e226a779bb26b9198ce11b030ca97df025d1d..eb91dcdac0980951ebaafb165872773be47d20bb 100644 (file)
@@ -61,6 +61,7 @@
 #include "context.h"
 #include "ctdl_module.h"
 #include "user_ops.h"
+#include "internet_addressing.h"
 
 /* These pipes are used to talk to the chkpwd daemon, which is forked during startup */
 int chkpwd_write_pipe[2];