From bf4effc9e59ee91f448e17c89c04b5e23944541d Mon Sep 17 00:00:00 2001 From: okan Date: Tue, 17 Dec 2013 16:12:18 +0000 Subject: missing stdarg.h include --- xmalloc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xmalloc.c b/xmalloc.c index c278e72..4bf40a7 100644 --- a/xmalloc.c +++ b/xmalloc.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: xmalloc.c,v 1.11 2012/11/28 14:32:44 okan Exp $ + * $OpenBSD: xmalloc.c,v 1.12 2013/12/17 16:12:18 okan Exp $ */ #include @@ -23,6 +23,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3-2-gb3c3