diff options
Diffstat (limited to 'src/libutil/uthash_strcase.h')
-rw-r--r-- | src/libutil/uthash_strcase.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |