diff options
Diffstat (limited to 'source4/heimdal/lib/roken/strupr.c')
-rw-r--r-- | source4/heimdal/lib/roken/strupr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal/lib/roken/strupr.c b/source4/heimdal/lib/roken/strupr.c index fadfacbb37..b40b768be2 100644 --- a/source4/heimdal/lib/roken/strupr.c +++ b/source4/heimdal/lib/roken/strupr.c @@ -33,12 +33,12 @@ #ifdef HAVE_CONFIG_H #include <config.h> -RCSID("$Id: strupr.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_STRUPR char * ROKEN_LIB_FUNCTION |