Fix an include for NetBSD

This commit is contained in:
Brian Somers 2002-05-14 17:50:25 +00:00
parent cf6b7c4adc
commit 6f4cd65600
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96598

View File

@ -32,6 +32,9 @@
#include <signal.h>
#include <stdio.h>
#include <string.h>
#ifdef __NetBSD__
#include <sys/time.h>
#endif
#include <termios.h>
#include "log.h"