pkgsrc/math/mpfr/patches/patch-aa
2006-03-24 10:35:29 +00:00

15 lines
347 B
Text

$NetBSD: patch-aa,v 1.3 2006/03/24 10:35:29 joerg Exp $
--- mpfr.h.orig 2006-03-24 10:17:08.000000000 +0000
+++ mpfr.h
@@ -22,6 +22,10 @@ MA 02110-1301, USA. */
#ifndef __MPFR_H
#define __MPFR_H
+#ifdef HAVE_STDINT_H
+#include <stdint.h>
+#endif
+
/* Define MPFR version number */
#define MPFR_VERSION_MAJOR 2
#define MPFR_VERSION_MINOR 2