diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-05-22 04:13:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:52:46 -0500 |
commit | 1a55a364012c80cb1b15b4adecdb228dc29f3a18 (patch) | |
tree | ae91317e604913168f21230c21e38ebc805871f3 /source4/heimdal/lib/roken/hex.c | |
parent | 145a9dd010498440f5f5367eb1f28b05a9178462 (diff) | |
download | samba-1a55a364012c80cb1b15b4adecdb228dc29f3a18.tar.gz samba-1a55a364012c80cb1b15b4adecdb228dc29f3a18.tar.bz2 samba-1a55a364012c80cb1b15b4adecdb228dc29f3a18.zip |
r23060: use #include <roken.h> consistently. Using "roken.h" in this directory
breaks Samba builds on some systems as they find the wrong roken.h
(This used to be commit 59cd26b664af5edebc979d2bc746bf9621333130)
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" |