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