diff options
Diffstat (limited to 'source4/heimdal/lib/roken/strsep_copy.c')
-rw-r--r-- | source4/heimdal/lib/roken/strsep_copy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal/lib/roken/strsep_copy.c b/source4/heimdal/lib/roken/strsep_copy.c index aeade2957f..34117d2c0d 100644 --- a/source4/heimdal/lib/roken/strsep_copy.c +++ b/source4/heimdal/lib/roken/strsep_copy.c @@ -33,12 +33,12 @@ #ifdef HAVE_CONFIG_H #include <config.h> -RCSID("$Id: strsep_copy.c 14773 2005-04-12 11:29:18Z lha $"); +RCSID("$Id$"); #endif #include <string.h> -#include <roken.h> +#include "roken.h" #ifndef HAVE_STRSEP_COPY |