mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Merge pull request #152 from sly74fr/feature/macos_socket_build
Add missing 'string.h' include.
This commit is contained in:
commit
eb24e7215b
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
|||
#include <sys/un.h>
|
||||
#include <netinet/in.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "socket.h"
|
||||
#include "options.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue