From e29be805d72a19bfad850d4031b9d0c3840cfabd Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Wed, 28 Dec 2022 14:02:58 -0800 Subject: [PATCH] circogen: fix -Wmissing-prototypes warnings for 'circPos' --- lib/circogen/circpos.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/circogen/circpos.c b/lib/circogen/circpos.c index 2e51f0018..b59354c04 100644 --- a/lib/circogen/circpos.c +++ b/lib/circogen/circpos.c @@ -17,6 +17,7 @@ */ #include +#include #include /* getRotation: -- 2.50.1