src/protocols/zephyr/ZLocations.c

changeset 13583
29c0a756c086
parent 11105
842fa517e08c
--- a/src/protocols/zephyr/ZLocations.c	Tue Apr 04 23:45:23 2006 +0000
+++ b/src/protocols/zephyr/ZLocations.c	Tue Apr 04 23:46:24 2006 +0000
@@ -15,8 +15,8 @@
 #include <pwd.h>
 #endif
 
-extern char *getenv();
-extern int errno;
+#include <stdlib.h>
+#include <errno.h>
 
 Code_t ZSetLocation(exposure)
     char *exposure;

mercurial