mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
include stdint for INT16_MAX and INT16_MIN
This commit is contained in:
parent
615d1d5152
commit
c1ca2daa00
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
|
|
Loading…
Reference in a new issue