diff packages/net/common/current/src/getserv.c @ 294:9f49ba9afe89

* src/getserv.c: Include errno.h as errno is used.
author jlarmour
date Wed, 14 Aug 2002 18:10:05 +0000
parents e0c0827131d1
children 800af3130c76
line wrap: on
line diff
--- a/packages/net/common/current/src/getserv.c
+++ b/packages/net/common/current/src/getserv.c
@@ -32,6 +32,7 @@
 
 #include <sys/param.h>
 #include <netdb.h>
+#include <errno.h>
 
 // These must return the port in network byte order.
 //