Add missing includes to socket.h

This commit is contained in:
Lassi Kortela 2019-08-27 15:40:03 +03:00
parent 1f55ef2a3b
commit c0ca8c8611
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@
#include <math.h>
#include <netdb.h>
#include <setjmp.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>