From de53a92a0e635a18350c4e28115f9f618d6e82f1 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 3 Oct 2003 09:29:58 +0000 Subject: [PATCH] Search for custom.h at the right place. --- lib/index.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5