From 9546576a9e449ac0d57246679af8b00d940af55b Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 14 Jan 2019 17:25:56 +0000 Subject: [Minor] Fix some issues --- src/libutil/uthash_strcase.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libutil/uthash_strcase.h') diff --git a/src/libutil/uthash_strcase.h b/src/libutil/uthash_strcase.h index 77c807630..fba97d9b1 100644 --- a/src/libutil/uthash_strcase.h +++ b/src/libutil/uthash_strcase.h @@ -16,6 +16,9 @@ #ifndef UTHASH_STRCASE_H_ #define UTHASH_STRCASE_H_ +#ifdef UTHASH_H +#error Invalid include order: uthash is already included +#endif /* Utils for uthash tuning */ #ifndef HASH_CASELESS -- cgit v1.2.3