aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2019-03-25 19:39:49 +0000
committerGitHub <noreply@github.com>2019-03-25 19:39:49 +0000
commitc2d87846d8e6c9603f432c1b021f58023f7625b4 (patch)
tree7da3c98e8135c64b1f09f56cc520e5f411331515
parentc67b8259bb8b31ba3f6aa30c431fef222e5f2f65 (diff)
parent818165031c6a6948a2a2d98349a8bf8ceae2016b (diff)
downloadnextpnr-c2d87846d8e6c9603f432c1b021f58023f7625b4.tar.gz
nextpnr-c2d87846d8e6c9603f432c1b021f58023f7625b4.tar.bz2
nextpnr-c2d87846d8e6c9603f432c1b021f58023f7625b4.zip
Merge pull request #257 from whitequark/patch-1
Fix broken header guard
-rw-r--r--common/placer_heap.h2
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"