# HG changeset patch # User Richard Laager # Date 1144194384 0 # Node ID f98c559a16821dacf8f930dd556979c7b79f1295 # Parent a33208cc624747df0ee2cfe015749c56d6de24c6 [gaim-migrate @ 15964] Use standard headers instead of defining getenv and errno ourselves. This makes Gaim compile for someone... I forget, since I wrote this long ago when SF CVS was down. committer: Tailor Script diff -r a33208cc6247 -r f98c559a1682 src/protocols/zephyr/ZLocations.c --- 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 #endif -extern char *getenv(); -extern int errno; +#include +#include Code_t ZSetLocation(exposure) char *exposure;