summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/roken/strsep.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-05-22 04:13:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:52:46 -0500
commit1a55a364012c80cb1b15b4adecdb228dc29f3a18 (patch)
treeae91317e604913168f21230c21e38ebc805871f3 /source4/heimdal/lib/roken/strsep.c
parent145a9dd010498440f5f5367eb1f28b05a9178462 (diff)
downloadsamba-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/strsep.c')
-rw-r--r--source4/heimdal/lib/roken/strsep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/roken/strsep.c b/source4/heimdal/lib/roken/strsep.c
index e34c10fe26..f08c33b7a5 100644
--- a/source4/heimdal/lib/roken/strsep.c
+++ b/source4/heimdal/lib/roken/strsep.c
@@ -38,7 +38,7 @@ RCSID("$Id: strsep.c,v 1.4 2005/04/12 11:29:10 lha Exp $");
#include <string.h>
-#include "roken.h"
+#include <roken.h>
#ifndef HAVE_STRSEP