- BugFix: make_function_1_type_variadic() must hash the type itself, NOT
[cparser] / adt / strset.h
index 5931884..913afad 100644 (file)
@@ -30,6 +30,9 @@
 #undef HashSetIterator
 #undef HashSet
 
+typedef struct strset_t           strset_t;
+typedef struct strset_iterator_t  strset_iterator_t;
+
 /**
  * Initializes a strset
  *