mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
libmpc: add missing include
This commit is contained in:
parent
554a2716b0
commit
7ba18fc1e6
2 changed files with 11 additions and 1 deletions
10
srcpkgs/libmpc/patches/missing-include.patch
Normal file
10
srcpkgs/libmpc/patches/missing-include.patch
Normal 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"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libmpc'
|
# Template file for 'libmpc'
|
||||||
pkgname=libmpc
|
pkgname=libmpc
|
||||||
version=1.3.0
|
version=1.3.0
|
||||||
revision=1
|
revision=2
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="gmp-devel mpfr-devel"
|
makedepends="gmp-devel mpfr-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue