Add sometimes-needed header to regress_bufferevent.c

svn:r1325
This commit is contained in:
Nick Mathewson 2009-06-11 17:55:08 +00:00
parent d1ffba1d7c
commit bbd14de053

View File

@ -46,6 +46,7 @@
#include <signal.h>
#include <unistd.h>
#include <netdb.h>
#include <netinet/in.h>
#endif
#include <fcntl.h>
#include <signal.h>