From c76f11d4ead827d8e87e265131a3dee534bc0792 Mon Sep 17 00:00:00 2001 From: Christopher Davis Date: Wed, 21 Jun 2006 23:37:27 +0000 Subject: added some objects git-svn-id: http://svn.irssi.org/repos/irssi-python@4288 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- objects/factory.h | 1 + 1 file changed, 1 insertion(+) (limited to 'objects/factory.h') diff --git a/objects/factory.h b/objects/factory.h index c310951..14a3b7c 100644 --- a/objects/factory.h +++ b/objects/factory.h @@ -31,6 +31,7 @@ #include "netsplit-channel-object.h" #include "notifylist-object.h" #include "process-object.h" +#include "command-object.h" int factory_init(void); void factory_deinit(void); -- cgit