diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-14 09:47:25 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-14 09:47:25 (GMT) |
commit | 426ef84181c487fe54876183092e87d6d2a2f4e3 (patch) | |
tree | e4fc9ef955bdefdb5c76ecf90f77fa26c8754d7c /lib/utils_base.c | |
parent | 54055835d24a9fabcfc7c77dab7dadd3039c9161 (diff) | |
download | monitoring-plugins-426ef84181c487fe54876183092e87d6d2a2f4e3.tar.gz |
Missing header files
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1454 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/utils_base.c')
-rw-r--r-- | lib/utils_base.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils_base.c b/lib/utils_base.c index 5a45f84..3dae32f 100644 --- a/lib/utils_base.c +++ b/lib/utils_base.c | |||
@@ -12,6 +12,7 @@ | |||
12 | * $Date$ | 12 | * $Date$ |
13 | ****************************************************************************/ | 13 | ****************************************************************************/ |
14 | 14 | ||
15 | #include <stdarg.h> | ||
15 | #include "common.h" | 16 | #include "common.h" |
16 | #include "utils_base.h" | 17 | #include "utils_base.h" |
17 | 18 | ||