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. */