summary refs log tree commit diff
path: root/shash.h
diff options
context:
space:
mode:
Diffstat (limited to 'shash.h')
-rw-r--r--shash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shash.h b/shash.h
index 537449e..b7eb396 100644
--- a/shash.h
+++ b/shash.h
@@ -36,7 +36,7 @@ void *shash_get(StrHashTable *h, strv_t key);
 void shash_put(StrHashTable *h, strv_t key, void *value);
 StrHashEntry *shash_find(StrHashTable *h, strv_t key);
 
-#ifdef STDWRM_IMPL_SHASH
+#ifdef SHASH_IMPL
 
 /* hacky FNV-1a hash */