#include <time.h> for the definition of time functions instead of

depending on namespace pollution 2 layers deep in <sys/stat.h>.
This commit is contained in:
Bruce Evans 2002-02-25 05:31:49 +00:00
parent 46784d26e2
commit 4c995cc66e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91229

View File

@ -36,6 +36,7 @@ static const char rcsid[] =
#include <sysexits.h>
#include <termcap.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#define MSG_INIT "Snoop started."