summaryrefslogtreecommitdiff
path: root/media-libs/t1lib/files/t1lib-5.1.2-c99-configure.patch
blob: 62a4df22a537d7f172fed6aed416696c3209eb07 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/configure.in
+++ b/configure.in
@@ -144,6 +144,7 @@ dnl We don'use
   CFLAGS="$CFLAGS"
   AC_CACHE_CHECK( "for gcc strength-reduce bug", ac_cv_c_gcc_strength_bug,
                   AC_TRY_RUN([
+#include <stdlib.h>
 int main(void) {
   static int Array[[3]];
   unsigned int B = 3;