Include <sys/param.h> for MAXHOSTNAMELEN.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18184 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-01 17:50:55 +00:00
parent 54422e87f8
commit c667d17ea8

View File

@@ -39,6 +39,8 @@
#include <config.h>
#endif
#include <sys/param.h>
#ifdef HAVE_PTHREAD_H
#include <pthread.h>
#endif