diff options
Diffstat (limited to 'source4/heimdal/lib/roken/emalloc.c')
-rw-r--r-- | source4/heimdal/lib/roken/emalloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal/lib/roken/emalloc.c b/source4/heimdal/lib/roken/emalloc.c index 0807da6105..2384f4c1c9 100644 --- a/source4/heimdal/lib/roken/emalloc.c +++ b/source4/heimdal/lib/roken/emalloc.c @@ -33,13 +33,13 @@ #ifdef HAVE_CONFIG_H #include <config.h> -RCSID("$Id: emalloc.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 malloc but never fails. |