1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

all: add missing includes

This commit is contained in:
Alexander Medvednikov
2019-08-24 02:48:40 +03:00
parent 2be0777c98
commit 7fd9827318
6 changed files with 15 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
module net
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
module net
#include <sys/socket.h>
#include <unistd.h>
#include <netinet/in.h>
#include <netdb.h>