From a86c64e2d8cc0b71d409ea482793b510aaebbb02 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 13 Feb 1999 05:10:04 +0000 Subject: [PATCH] roken.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5341 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/emalloc.c | 2 ++ lib/roken/erealloc.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/roken/emalloc.c b/lib/roken/emalloc.c index d9400b14a..5643900ff 100644 --- a/lib/roken/emalloc.c +++ b/lib/roken/emalloc.c @@ -44,6 +44,8 @@ RCSID("$Id$"); #include #include +#include + /* * Like malloc but never fails. */ diff --git a/lib/roken/erealloc.c b/lib/roken/erealloc.c index a8c20d71c..2a1b0fcac 100644 --- a/lib/roken/erealloc.c +++ b/lib/roken/erealloc.c @@ -44,6 +44,8 @@ RCSID("$Id$"); #include #include +#include + /* * Like realloc but never fails. */