mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-01 07:10:34 -08:00
We need sys/time.h for struct timeval.
This commit is contained in:
parent
92152c66ee
commit
376eef6143
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@
|
|||
"#include <sys/types.h>"
|
||||
"#include <sys/socket.h>"
|
||||
"#include <sys/un.h>"
|
||||
#-:win32
|
||||
"#include <sys/time.h>"
|
||||
"#include <netdb.h>"
|
||||
"#include <string.h>"
|
||||
"#include <netinet/in.h>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue