diff options
| author | whitequark <whitequark@whitequark.org> | 2019-03-25 19:32:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-25 19:32:58 +0000 |
| commit | 818165031c6a6948a2a2d98349a8bf8ceae2016b (patch) | |
| tree | 7da3c98e8135c64b1f09f56cc520e5f411331515 | |
| parent | c67b8259bb8b31ba3f6aa30c431fef222e5f2f65 (diff) | |
| download | nextpnr-818165031c6a6948a2a2d98349a8bf8ceae2016b.tar.gz nextpnr-818165031c6a6948a2a2d98349a8bf8ceae2016b.tar.bz2 nextpnr-818165031c6a6948a2a2d98349a8bf8ceae2016b.zip | |
Fix broken header guard
| -rw-r--r-- | common/placer_heap.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
