fix for compiling under freebsd. thank's, stu

This commit is contained in:
Bill Currie 2001-08-07 17:43:49 +00:00
parent a81828fe38
commit b3d20d834a

View file

@ -33,6 +33,9 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#ifdef HAVE_SYS_PARAM_H
# include <sys/param.h>
#endif
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif