Change <event.h> --> <sys/event.h>

This commit is contained in:
Jonathan Lemon 2000-04-18 16:56:55 +00:00
parent 766908761f
commit 32462e82fb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59373

View File

@ -44,8 +44,8 @@ static char sccsid[] = "@(#)forward.c 8.1 (Berkeley) 6/6/93";
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/mman.h>
#include <sys/event.h>
#include <event.h>
#include <limits.h>
#include <fcntl.h>
#include <errno.h>