Skip to content

Commit a3332f9

Browse files
Linux build fix
The header unistd.h used to be included by one of the FICL headers.
1 parent dd0a273 commit a3332f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

luaCB.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
#include <sys/ioctl.h>
3131
#include <netinet/in.h>
3232
#include <arpa/inet.h>
33+
34+
#include <unistd.h>
3335
#endif
3436

3537
#include "luaCallbacks.h"

0 commit comments

Comments
 (0)