summaryrefslogtreecommitdiffstats
path: root/plugins/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/utils.h')
-rw-r--r--plugins/utils.h3
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
13provided to standardize version and error reporting across the entire 13provided to standardize version and error reporting across the entire
14suite of plugins. */ 14suite 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$ */