mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Add missing 'string.h' include.
This commit is contained in:
parent
daa8cd39f3
commit
16d6807de7
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