Include stdint.h in net_compat.c

This commit is contained in:
twinaphex 2015-03-20 22:23:08 +01:00
parent 5d8ce54a9f
commit 85d244d09a

View File

@ -15,6 +15,7 @@
*/
#include <net/net_compat.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>