From dd192cc2ac301972f6761f5d6bd3a4c6a46736bf Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 28 Jan 2006 18:56:51 +0000 Subject: Add C RRD create tool. See #50 --- common/compat.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/compat.h') diff --git a/common/compat.h b/common/compat.h index 7ef2f50..12ffad6 100644 --- a/common/compat.h +++ b/common/compat.h @@ -73,4 +73,8 @@ int strtob(const char* str); void atexitv(void (*func)(void*), void* data); #endif +#ifndef HAVE_XCALLOC +void* xcalloc(size_t size); +#endif + #endif /* __COMPAT_H__ */ -- cgit v1.2.3