Adding patch from kraileth, which makes tip compiler compileable with musl libc.

This commit is contained in:
Sanel Zukan 2014-07-09 11:07:06 +00:00
parent e529fb9794
commit a2b2ae0e27
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <sys/param.h>
#include <stdio.h>