diff options
Diffstat (limited to 'source4/heimdal/lib/roken/erealloc.c')
-rw-r--r-- | source4/heimdal/lib/roken/erealloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal/lib/roken/erealloc.c b/source4/heimdal/lib/roken/erealloc.c index cbcfb1b469..596f4c6bef 100644 --- a/source4/heimdal/lib/roken/erealloc.c +++ b/source4/heimdal/lib/roken/erealloc.c @@ -33,13 +33,13 @@ #ifdef HAVE_CONFIG_H #include <config.h> -RCSID("$Id: erealloc.c 21005 2007-06-08 01:54:35Z lha $"); +RCSID("$Id$"); #endif #include <stdlib.h> #include <err.h> -#include <roken.h> +#include "roken.h" /* * Like realloc but never fails. |