summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/roken/signal.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-07 07:13:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:49 -0500
commitaca4eeac43ad96c3337b1ff5c9a41cfdf4cf4144 (patch)
treec880ea7ff9240b7c10001dac41129465f57b5048 /source4/heimdal/lib/roken/signal.c
parent820492ba79aba44ab35dd7af7c0e8cafab61f114 (diff)
downloadsamba-aca4eeac43ad96c3337b1ff5c9a41cfdf4cf4144.tar.gz
samba-aca4eeac43ad96c3337b1ff5c9a41cfdf4cf4144.tar.bz2
samba-aca4eeac43ad96c3337b1ff5c9a41cfdf4cf4144.zip
r18204: darn, compilers always look in the directory the source is in for
headers with "" even with a -I override. That means our heimdal_build/ roken override doesn't work. Switching to <> style includes in roken fixes this. lha, would be be acceptable upstream? I notice that half your includes of roken.h are with <> now anyway, so should be harmless (and even more consistent!) (This used to be commit 92742b899941687c861a85683ad2c2c6a3083fb6)
Diffstat (limited to 'source4/heimdal/lib/roken/signal.c')
-rw-r--r--source4/heimdal/lib/roken/signal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/roken/signal.c b/source4/heimdal/lib/roken/signal.c
index d92742d9fb..7076847fb3 100644
--- a/source4/heimdal/lib/roken/signal.c
+++ b/source4/heimdal/lib/roken/signal.c
@@ -37,7 +37,7 @@ RCSID("$Id: signal.c,v 1.13 2005/04/12 11:29:05 lha Exp $");
#endif
#include <signal.h>
-#include "roken.h"
+#include <roken.h>
/*
* We would like to always use this signal but there is a link error