mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-20 21:57:10 -04:00
Missing header files
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1454 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
54055835d2
commit
426ef84181
2 changed files with 2 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ libcoreutils_a_LIBADD = $(LIBOBJS)
|
|||
libcoreutils_a_DEPENDENCIES = $(libcoreutils_a_LIBADD)
|
||||
|
||||
libnagiosplug_a_SOURCES = snprintf.c utils_base.c utils_disk.c
|
||||
EXTRA_DIST += utils_base.h utils_disk.h
|
||||
|
||||
INCLUDES = -I$(srcdir) -I$(top_srcdir)/intl -I$(top_srcdir)/plugins
|
||||
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
* $Date$
|
||||
****************************************************************************/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include "common.h"
|
||||
#include "utils_base.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue