From: Pavel Charvat Date: Tue, 2 May 2006 07:15:47 +0000 (+0200) Subject: added missing include X-Git-Tag: holmes-import~644 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=da659c04b8edefc7c42fe5f86459574cef0e8c13;p=libucw.git added missing include --- diff --git a/images/image-idx.c b/images/image-idx.c index d98947c0..8ef17b6b 100644 --- a/images/image-idx.c +++ b/images/image-idx.c @@ -3,6 +3,7 @@ #include "sherlock/sherlock.h" #include "lib/mempool.h" #include "lib/conf.h" +#include "lib/getopt.h" #include "lib/fastbuf.h" #include "lib/chartype.h" #include "sherlock/object.h"