From 0a7e36380717fe926d43ab30ef6162db9bd71723 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 4 Mar 2016 09:28:01 +0100 Subject: Add makefile and fix errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/zcmpu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/zcmpu.c') diff --git a/src/zcmpu.c b/src/zcmpu.c index 577a0f4..0c7d68e 100644 --- a/src/zcmpu.c +++ b/src/zcmpu.c @@ -1,5 +1,5 @@ /* See LICENSE file for copyright and license details. */ -#include "internals" +#include "internals.h" int @@ -9,6 +9,6 @@ zcmpu(z_t a, unsigned long long int b) return zsignum(a); if (zsignum(a) <= 0) return -1; - zsetu(zahl_tmp_cmp, b); - return zcmp(a, zahl_tmp_cmp); + zsetu(libzahl_tmp_cmp, b); + return zcmp(a, libzahl_tmp_cmp); } -- cgit v1.2.3-70-g09d2