summaryrefslogtreecommitdiff
path: root/net-analyzer/mrtg/files/mrtg-2.17.10-implicit.patch
blob: 2dff4251cbc534e7081a9094d855631b13a80374 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/configure.ac
+++ b/configure.ac
@@ -31,6 +31,7 @@
 AC_CACHE_VAL(mr_cv_long_long_format_specifier,[
     for format in ll l q I64; do
         AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h>  
+            #include <stdlib.h>
             int main()
             {
                 long long b, a = -0x3AFAFAFAFAFAFAFALL;