]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
includes for getenv()
authorwessels <>
Fri, 21 Nov 1997 13:45:35 +0000 (13:45 +0000)
committerwessels <>
Fri, 21 Nov 1997 13:45:35 +0000 (13:45 +0000)
snmplib/mib.c

index f6f71097fcec299d07cadc746301d9dffa1299b7..0b070ff6864429b97b70c918637ef3d79481ba33 100644 (file)
@@ -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 <unistd.h>
+#endif
+#if HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
 
 #include "asn1.h"
 #include "snmp.h"