diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2011-11-10 09:22:20 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2011-11-10 09:22:38 +0100 |
commit | 60fd666b796dfa8ba12b44338754ca73b76da2e8 (patch) | |
tree | 511dbe8bee32ffc381f9ad759a02b72391507fe7 /conf | |
parent | a7f23f581f5e3efe92ec97dfca7d01c66f31ab04 (diff) | |
download | bird-60fd666b796dfa8ba12b44338754ca73b76da2e8.tar bird-60fd666b796dfa8ba12b44338754ca73b76da2e8.zip |
Fixes missing header.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/cf-lex.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/cf-lex.l b/conf/cf-lex.l index ddfe8c7..a43f9eb 100644 --- a/conf/cf-lex.l +++ b/conf/cf-lex.l @@ -30,6 +30,7 @@ #include <errno.h> #include <stdlib.h> #include <stdarg.h> +#include <unistd.h> #define PARSER 1 |