]> git.saurik.com Git - apt.git/commitdiff
pacify the new stricter g++ compiler
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:57:00 +0000 (16:57 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:57:00 +0000 (16:57 +0000)
Author: tausq
Date: 2001-03-04 05:14:13 GMT
pacify the new stricter g++ compiler

buildlib/tools.m4

index 281a4ec1dfe916da9ca45b8879e87c1f1d3f7f0e..c0e638b717b08464a8cd109b2b882ed6d85a5234 100644 (file)
@@ -95,6 +95,7 @@ AC_DEFUN(ah_GLIBC_VER,
        cat <<_GLIBC_>$dummy.c
 #include <features.h>
 #include <stdio.h>
+#include <stdlib.h>
 int main(int argc, char **argv) { printf("libc6.%d",__GLIBC_MINOR__); exit(0); }
 _GLIBC_
        ${CC-cc} $dummy.c -o $dummy
@@ -115,6 +116,7 @@ AC_DEFUN(ah_LIBSTDCPP_VER,
        cat <<_LIBSTDCPP_>$dummy.cc
 #include <features.h>
 #include <stdio.h>
+#include <stdlib.h>
 int main(int argc, char **argv) { exit(0); }
 _LIBSTDCPP_
        ${CXX-c++} $dummy.cc -o $dummy