Better fixes for compiling on FreeBSD and OpenBSD.

This commit is contained in:
crs
2004-05-01 12:11:28 +00:00
parent 975d888d65
commit 320cc754a2
3 changed files with 16 additions and 11 deletions

View File

@@ -43,6 +43,10 @@
# endif
#endif
#if !HAVE_INET_ATON
# include <stdio.h>
#endif
#if HAVE_ALLOCA_H
# define freea(x_)
#else