From 818165031c6a6948a2a2d98349a8bf8ceae2016b Mon Sep 17 00:00:00 2001 From: whitequark Date: Mon, 25 Mar 2019 19:32:58 +0000 Subject: [PATCH] Fix broken header guard --- common/placer_heap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/placer_heap.h b/common/placer_heap.h index f94489c1..841aa0d9 100644 --- a/common/placer_heap.h +++ b/common/placer_heap.h @@ -25,7 +25,7 @@ */ #ifndef PLACER_HEAP_H -#define PLACER_HEAP +#define PLACER_HEAP_H #include "nextpnr.h" #include "settings.h"