diff options
-rw-r--r-- | lib/Makefile.am | 1 | ||||
-rw-r--r-- | lib/utils_base.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 0f40bf1..8045569 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am | |||
@@ -42,6 +42,7 @@ libcoreutils_a_LIBADD = $(LIBOBJS) | |||
42 | libcoreutils_a_DEPENDENCIES = $(libcoreutils_a_LIBADD) | 42 | libcoreutils_a_DEPENDENCIES = $(libcoreutils_a_LIBADD) |
43 | 43 | ||
44 | libnagiosplug_a_SOURCES = snprintf.c utils_base.c utils_disk.c | 44 | libnagiosplug_a_SOURCES = snprintf.c utils_base.c utils_disk.c |
45 | EXTRA_DIST += utils_base.h utils_disk.h | ||
45 | 46 | ||
46 | INCLUDES = -I$(srcdir) -I$(top_srcdir)/intl -I$(top_srcdir)/plugins | 47 | INCLUDES = -I$(srcdir) -I$(top_srcdir)/intl -I$(top_srcdir)/plugins |
47 | 48 | ||
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 | ||