From cbbf2e8b746337609be754b6557ed2d2fc04006a Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 1 Jul 2020 21:37:23 -0600 Subject: [PATCH] Bugfix for GNU compiler in makefile, add missing include statement --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 530a73d19..e35a9baba 100644 --- a/makefile +++ b/makefile @@ -23,7 +23,7 @@ endif LIBRARY = libfv3core.a -FFLAGS += -I$(FMS_DIR) -I../gfsphysics -I../ipd -I../io +FFLAGS += -I$(FMS_DIR) -I../gfsphysics -I../ipd -I../io -I. SRCS_f =