diff options
author | Roy Marples <roy@marples.name> | 2008-02-13 23:44:17 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-02-13 23:44:17 +0000 |
commit | 9854f9e3ee5c1ef8d61171b6a1a38dacc6f67720 (patch) | |
tree | 4f84885410a0663d240697fb6a92de6487a80ff1 /src/librc/librc.h | |
parent | 096ac08fe356169f82c43fbf1d02aae4c8e2a360 (diff) |
Use _PATH_DEVNULL on FreeBSD when using kvm_openfiles so we work in a jail, bug #21.
Diffstat (limited to 'src/librc/librc.h')
-rw-r--r-- | src/librc/librc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librc/librc.h b/src/librc/librc.h index 0f6212fe..7a5d9a0e 100644 --- a/src/librc/librc.h +++ b/src/librc/librc.h @@ -45,6 +45,7 @@ #include <fcntl.h> #include <libgen.h> #include <limits.h> +#include <paths.h> #include <regex.h> #include <stdarg.h> #include <stdbool.h> |