include stdint for INT16_MAX and INT16_MIN

This commit is contained in:
Stephen Birarda 2013-03-07 11:07:45 -08:00
parent 615d1d5152
commit c1ca2daa00

View file

@ -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>