From: wessels <> Date: Fri, 21 Nov 1997 13:45:35 +0000 (+0000) Subject: includes for getenv() X-Git-Tag: SQUID_3_0_PRE1~4490 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3170ee3752bffadbc626004651c266448d7db20d;p=thirdparty%2Fsquid.git includes for getenv() --- diff --git a/snmplib/mib.c b/snmplib/mib.c index f6f71097fc..0b070ff686 100644 --- a/snmplib/mib.c +++ b/snmplib/mib.c @@ -20,6 +20,14 @@ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ +#include "config.h" + +#if HAVE_UNISTD_H +#include +#endif +#if HAVE_STDLIB_H +#include +#endif #include "asn1.h" #include "snmp.h"