diff options
Diffstat (limited to 'source4/heimdal/lib/roken/strlwr.c')
-rw-r--r-- | source4/heimdal/lib/roken/strlwr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal/lib/roken/strlwr.c b/source4/heimdal/lib/roken/strlwr.c index 356c8d2e9a..1214241152 100644 --- a/source4/heimdal/lib/roken/strlwr.c +++ b/source4/heimdal/lib/roken/strlwr.c @@ -33,12 +33,12 @@ #ifdef HAVE_CONFIG_H #include <config.h> -RCSID("$Id: strlwr.c 21005 2007-06-08 01:54:35Z lha $"); +RCSID("$Id$"); #endif #include <string.h> #include <ctype.h> -#include <roken.h> +#include "roken.h" #ifndef HAVE_STRLWR char * ROKEN_LIB_FUNCTION |