summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/roken/ecalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/roken/ecalloc.c')
-rw-r--r--source4/heimdal/lib/roken/ecalloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal/lib/roken/ecalloc.c b/source4/heimdal/lib/roken/ecalloc.c
index c9e6b9c6af..767d383878 100644
--- a/source4/heimdal/lib/roken/ecalloc.c
+++ b/source4/heimdal/lib/roken/ecalloc.c
@@ -33,13 +33,13 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
-RCSID("$Id: ecalloc.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 calloc but never fails.