diff options
Diffstat (limited to 'source4/heimdal/lib/roken/cloexec.c')
-rw-r--r-- | source4/heimdal/lib/roken/cloexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/roken/cloexec.c b/source4/heimdal/lib/roken/cloexec.c index 6308daa1db..136868624c 100644 --- a/source4/heimdal/lib/roken/cloexec.c +++ b/source4/heimdal/lib/roken/cloexec.c @@ -39,7 +39,7 @@ RCSID("$Id$"); #include <unistd.h> #include <fcntl.h> -#include <roken.h> +#include "roken.h" void ROKEN_LIB_FUNCTION rk_cloexec(int fd) |