Commit 9399a1e2f76027c7e2bc6951584539a775d74e5c

Thomas de Grivel 2018-05-15T19:24:57

fix compilation on bsd

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/grovel-unistd.lisp b/grovel-unistd.lisp
index fcecb0b..408acce 100644
--- a/grovel-unistd.lisp
+++ b/grovel-unistd.lisp
@@ -18,6 +18,8 @@
 
 (in-package :cffi-unistd)
 
+(include "sys/select.h")
+(include "sys/socket.h")
 (include "unistd.h")
 
 (constant (+stdin-fileno+ "STDIN_FILENO"))