--- a/src/log.c Fri Jan 03 20:47:50 2003 +0000
+++ b/src/log.c Fri Jan 03 20:49:12 2003 +0000
@@ -8,6 +8,10 @@
#include "prpl.h"
#include <sys/stat.h>
+#ifdef _WIN32
+#include "win32dep.h"
+#endif
+
void rm_log(struct log_conversation *a)
{
struct conversation *cnv = find_conversation(a->name);