[Babel-users] ANNOUNCE: babeld-1.7.0
Juliusz Chroboczek
jch at pps.univ-paris-diderot.fr
Sat Feb 13 13:36:52 UTC 2016
Er, no, I've just checked POSIX, and the following makes more sense.
(Why can't I just say "#include <posix-2008.h>" and be done with it?)
diff --git a/rule.c b/rule.c
index 4845802..ba70baf 100644
--- a/rule.c
+++ b/rule.c
@@ -24,6 +24,7 @@ THE SOFTWARE.
#include <stdlib.h>
#include <string.h>
#include <errno.h>
+#include <sys/types.h>
#include "babeld.h"
#include "util.h"
More information about the Babel-users
mailing list