The following commit has been merged in the master branch:
commit ee31b22c9f3ccde710110e8512a2223b2ce35795
Author: Guillem Jover <[email protected]>
Date: Tue Mar 17 02:20:16 2009 +0200
install-info: Add missing stdlib.h
Fix build failure, getenv is declared in stdlib.h.
diff --git a/utils/install-info.c b/utils/install-info.c
index 797a369..6ef8b68 100644
--- a/utils/install-info.c
+++ b/utils/install-info.c
@@ -22,6 +22,7 @@
#include <errno.h>
#include <string.h>
#include <stdio.h>
+#include <stdlib.h>
#define WARN "install-info: warning: "
#define FAIL "install-info: failure: "
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]