From: Martin Mares Date: Fri, 3 Oct 2003 09:29:58 +0000 (+0000) Subject: Search for custom.h at the right place. X-Git-Tag: holmes-import~1208 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=de53a92a0e635a18350c4e28115f9f618d6e82f1;p=libucw.git Search for custom.h at the right place. --- diff --git a/lib/index.h b/lib/index.h index 7791c889..fdb29177 100644 --- a/lib/index.h +++ b/lib/index.h @@ -7,7 +7,7 @@ #ifndef _SHERLOCK_INDEX_H #define _SHERLOCK_INDEX_H -#include SHERLOCK_CUSTOM +#include "custom/lib/custom.h" #define INDEX_VERSION (0x32250100+sizeof(struct card_attr)) /* Increase with each incompatible change in index format */