From f01210e1f2cb4b329f015a9f5ede92e4e99a4ba3 Mon Sep 17 00:00:00 2001 From: hasufell Date: Mon, 28 Apr 2014 12:18:14 +0200 Subject: [PATCH] BUILD: add missing include --- external/libtompoly-0.04/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/libtompoly-0.04/makefile b/external/libtompoly-0.04/makefile index af2503e..c14f34d 100644 --- a/external/libtompoly-0.04/makefile +++ b/external/libtompoly-0.04/makefile @@ -1,5 +1,5 @@ #Makefile for GCC by Tom St Denis -CFLAGS += -fPIC -I. -Os -Wall -W +CFLAGS += -fPIC -I. -Os -Wall -W -I../libtommath-0.42.0 VERSION=0.04