libmpc: add missing include

This commit is contained in:
Michal Vasilek 2022-12-12 16:57:44 +01:00
parent 554a2716b0
commit 7ba18fc1e6
2 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,10 @@
--- a/src/mpc.h
+++ b/src/mpc.h
@@ -22,6 +22,7 @@ along with this program. If not, see http://www.gnu.org/licenses/ .
#define __MPC_H
#include <stdint.h>
+#include <stdio.h>
#include "gmp.h"
#include "mpfr.h"

View File

@ -1,7 +1,7 @@
# Template file for 'libmpc'
pkgname=libmpc
version=1.3.0
revision=1
revision=2
bootstrap=yes
build_style=gnu-configure
makedepends="gmp-devel mpfr-devel"