diff mcabber/src/hooks.c @ 378:2e6c7b1440d1

Improve debugging/logging * Tell the user when the tracelog file can't be open * Only include logprint.h when screen.h is not needed
author Mikael Berthe <mikael@lilotux.net>
date Tue, 26 Jul 2005 18:33:22 +0100
parents bd5638c21834
children 39c5da51b387 d59e9b8c91d3
line wrap: on
line diff
--- a/mcabber/src/hooks.c	Tue Jul 26 18:18:30 2005 +0100
+++ b/mcabber/src/hooks.c	Tue Jul 26 18:33:22 2005 +0100
@@ -21,9 +21,9 @@
 
 #include <sys/types.h>
 #include <unistd.h>
-#include <screen.h>
 
 #include "hooks.h"
+#include "screen.h"
 #include "roster.h"
 #include "histolog.h"
 #include "utf8.h"