mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-13 05:58:58 +02: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