commit | 71eaa7329c8351e9d47ee05ece1ae7b486f3c81a | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Wed Aug 08 16:44:24 2018 +0930 |
committer | Andrew Jeffery <andrew@aj.id.au> | Wed Sep 05 17:44:24 2018 +0930 |
tree | 78d4840d01e83538f0f9a2e0cb174ce9f9e751d1 | |
parent | f2587b0f4de9d45fa0c5197c43be48cd65dab4cc [diff] [blame] |
flash: Drop __cplusplus guard C++ concepts should go in C++ files. Change-Id: I7d3b16c4d176b51fb8bcf976744312632322c2a8 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/vpnor/test/write_prsv.cpp b/vpnor/test/write_prsv.cpp index f880476..b89b954 100644 --- a/vpnor/test/write_prsv.cpp +++ b/vpnor/test/write_prsv.cpp
@@ -10,7 +10,9 @@ #include "common.h" #include "mbox.h" +extern "C" { #include "flash.h" +} #include "vpnor/test/tmpd.hpp"