From 15e8b33eedce5985701f0b8c949125999fcf789b Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 6 Mar 2008 09:44:16 +0000 Subject: fixed a few remaining logerror() calls - thanks to Michael Biebl for pointing that out --- module-template.h | 1 + 1 file changed, 1 insertion(+) (limited to 'module-template.h') diff --git a/module-template.h b/module-template.h index 3dae7021..3478acd0 100644 --- a/module-template.h +++ b/module-template.h @@ -27,6 +27,7 @@ #define MODULE_TEMPLATE_H_INCLUDED 1 #include "modules.h" +#include "obj.h" #include "objomsr.h" #include "threads.h" -- cgit