diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-11-12 10:19:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-11-12 10:19:36 +0000 |
commit | a18d41a463b51b2ed6b9c4efcaf26cb0489128a8 (patch) | |
tree | ac393ddcb79fb2d98c24a5eda6c2cd20810101e4 /lib/getenv.c | |
parent | 1affbff8f92b98ca01d42ff3b9a1606ef3b51c82 (diff) | |
download | curl-a18d41a463b51b2ed6b9c4efcaf26cb0489128a8.tar.gz |
include setup.h
Diffstat (limited to 'lib/getenv.c')
-rw-r--r-- | lib/getenv.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/getenv.c b/lib/getenv.c index a99cba435..83567d5c7 100644 --- a/lib/getenv.c +++ b/lib/getenv.c @@ -21,6 +21,8 @@ * $Id$ *****************************************************************************/ +#include "setup.h" + #include <stdio.h> #include <stdlib.h> #include <string.h> |