diff options
Diffstat (limited to 'WWW/Library/Implementation/HTAssoc.h')
-rw-r--r-- | WWW/Library/Implementation/HTAssoc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/HTAssoc.h b/WWW/Library/Implementation/HTAssoc.h index 93183302..79cbe557 100644 --- a/WWW/Library/Implementation/HTAssoc.h +++ b/WWW/Library/Implementation/HTAssoc.h @@ -7,8 +7,12 @@ #ifndef HTASSOC_H #define HTASSOC_H +#ifndef HTUTILS_H +#include <HTUtils.h> +#endif /* HTUTILS_H */ #include <HTList.h> + #ifdef SHORT_NAMES #define HTAL_new HTAssocList_new #define HTAL_del HTAssocList_delete |