From d33fc2db8a6ad6d0a372ca3b961240b9835eeacb Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Fri, 27 Oct 2006 18:11:19 +0000 Subject: [PATCH] Include common.h rather than time.h directly to honour config.h. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4393 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/core/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/core.h b/src/core/core.h index 242b8df4..ceff244b 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -1,7 +1,7 @@ #ifndef __IRSSI_CORE_H #define __IRSSI_CORE_H -#include +#include "common.h" /* for determining what GUI is currently in use: */ #define IRSSI_GUI_NONE 0