diff options
Diffstat (limited to 'plugins')
-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 1f53aad..0d00ce8 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 | |||
13 | provided to standardize version and error reporting across the entire | 13 | provided to standardize version and error reporting across the entire |
14 | suite of plugins. */ | 14 | suite of plugins. */ |
15 | 15 | ||
16 | /* now some functions etc are being defined in ../lib/utils_base.c */ | ||
17 | #include "utils_base.h" | ||
18 | |||
16 | /* Standardize version information, termination */ | 19 | /* Standardize version information, termination */ |
17 | 20 | ||
18 | /* $Id$ */ | 21 | /* $Id$ */ |