Include queue.h in preparation for struct socket changes.

This commit is contained in:
David Greenman 1996-03-11 13:02:44 +00:00
parent d8d891521e
commit cd55bf5130
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14544

View File

@ -42,6 +42,7 @@ static char sccsid[] = "@(#)trpt.c 8.1 (Berkeley) 6/6/93";
#endif /* not lint */
#include <sys/param.h>
#include <sys/queue.h>
#if BSD >= 199103
#define NEWVM
#endif