From 546ac7936340312cf272969ff83317ae4d50d2b4 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 2 Aug 2014 00:53:47 +0200 Subject: Introduce and use alloc helpers These new helpers will terminate fastd on allocation failures and add some additional convenience (allow strdup with NULL; typesafe new(type) macros). --- src/log.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/log.h') diff --git a/src/log.h b/src/log.h index 7d4ea41..6cf1487 100644 --- a/src/log.h +++ b/src/log.h @@ -34,6 +34,7 @@ #include "types.h" +#include #include #include -- cgit v1.2.3