--- 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;