Include errno.h so this compiles again.

This commit is contained in:
Garry Zacheiss 2002-08-01 03:45:06 +00:00
parent 2d6ebd0cda
commit 49e0c6409a

View File

@ -19,8 +19,10 @@ RCSID("$Header$");
#include <afs/stds.h>
#include <sys/types.h>
#include <errno.h>
#ifdef AFS_NT40_ENV
#include <winsock2.h>
#include <afs/errmap_nt.h>
#define snprintf _snprintf
#else
#include <sys/socket.h>