X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmsgbase.c;h=15a3d614d93987e29ad0900f3204b0f043c96d2c;hb=4aed8bcc44474e27485a72334805022d6aa604b1;hp=12afea81e35edda7671b9ca2ab8e9caf8624833a;hpb=e742e3e4f61e6734ceeb798843b6a83eade4c203;p=citadel.git diff --git a/citadel/msgbase.c b/citadel/msgbase.c index 12afea81e..15a3d614d 100644 --- a/citadel/msgbase.c +++ b/citadel/msgbase.c @@ -5,6 +5,10 @@ * */ +#ifdef DLL_EXPORT +#define IN_LIBCIT +#endif + #include "sysdep.h" #include #include @@ -31,6 +35,7 @@ #include #include "citadel.h" #include "server.h" +#include "dynloader.h" #include "database.h" #include "msgbase.h" #include "support.h" @@ -40,7 +45,6 @@ #include "user_ops.h" #include "file_ops.h" #include "control.h" -#include "dynloader.h" #include "tools.h" #include "mime_parser.h" #include "html.h"