diff options
Diffstat (limited to 'source4/heimdal/lib/roken/hex.c')
-rw-r--r-- | source4/heimdal/lib/roken/hex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal/lib/roken/hex.c b/source4/heimdal/lib/roken/hex.c index 994d89484e..2daf247e90 100644 --- a/source4/heimdal/lib/roken/hex.c +++ b/source4/heimdal/lib/roken/hex.c @@ -33,9 +33,9 @@ #ifdef HAVE_CONFIG_H #include <config.h> -RCSID("$Id: hex.c 16504 2006-01-09 17:09:29Z lha $"); +RCSID("$Id$"); #endif -#include <roken.h> +#include "roken.h" #include <ctype.h> #include "hex.h" |