diff options
Diffstat (limited to 'plugins/utils.h')
-rw-r--r-- | plugins/utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/utils.h b/plugins/utils.h index 1f53aadb..0d00ce85 100644 --- a/plugins/utils.h +++ b/plugins/utils.h @@ -13,6 +13,9 @@ in order to resist overflow attacks. In addition, a few functions are provided to standardize version and error reporting across the entire suite of plugins. */ +/* now some functions etc are being defined in ../lib/utils_base.c */ +#include "utils_base.h" + /* Standardize version information, termination */ /* $Id$ */ |