diff options
author | Roy Marples <roy@marples.name> | 2007-11-28 10:06:31 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-28 10:06:31 +0000 |
commit | 8df5860848485426bb1d08021d562049350bafeb (patch) | |
tree | 356480f83c56ce1766e8a700a85470fff746dd07 /src/rc-misc.h | |
parent | 97f707db0d42e816b90bcd0a3dee25a197ae5ac0 (diff) |
Use a more generic BSD define.
Diffstat (limited to 'src/rc-misc.h')
-rw-r--r-- | src/rc-misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc-misc.h b/src/rc-misc.h index 7e69f451..040cc116 100644 --- a/src/rc-misc.h +++ b/src/rc-misc.h @@ -35,6 +35,7 @@ #include <sys/stat.h> #include <errno.h> +#include <stdbool.h> #ifndef LIB # define LIB "lib" |