summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/roken/strpool.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/roken/strpool.c')
-rw-r--r--source4/heimdal/lib/roken/strpool.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal/lib/roken/strpool.c b/source4/heimdal/lib/roken/strpool.c
index d47580ff8da..9b869708930 100644
--- a/source4/heimdal/lib/roken/strpool.c
+++ b/source4/heimdal/lib/roken/strpool.c
@@ -33,12 +33,12 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
-RCSID("$Id: strpool.c 21005 2007-06-08 01:54:35Z lha $");
+RCSID("$Id$");
#endif
#include <stdarg.h>
#include <stdlib.h>
-#include <roken.h>
+#include "roken.h"
struct rk_strpool {
char *str;