diff options
Diffstat (limited to 'source4/heimdal/lib/roken/hex.c')
-rw-r--r-- | source4/heimdal/lib/roken/hex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/roken/hex.c b/source4/heimdal/lib/roken/hex.c index ba0f4a4fda..e41b508fcb 100644 --- a/source4/heimdal/lib/roken/hex.c +++ b/source4/heimdal/lib/roken/hex.c @@ -35,7 +35,7 @@ #include <config.h> RCSID("$Id: hex.c,v 1.8 2006/01/09 17:09:29 lha Exp $"); #endif -#include "roken.h" +#include <roken.h> #include <ctype.h> #include "hex.h" |