diff options
| author | Andrew Jeffery <andrew@aj.id.au> | 2018-08-08 16:44:24 +0930 |
|---|---|---|
| committer | Andrew Jeffery <andrew@aj.id.au> | 2018-09-05 17:44:24 +0930 |
| commit | 71eaa7329c8351e9d47ee05ece1ae7b486f3c81a (patch) | |
| tree | 78d4840d01e83538f0f9a2e0cb174ce9f9e751d1 /vpnor/test/write_patch.cpp | |
| parent | f2587b0f4de9d45fa0c5197c43be48cd65dab4cc (diff) | |
| download | phosphor-mboxbridge-71eaa7329c8351e9d47ee05ece1ae7b486f3c81a.tar.gz phosphor-mboxbridge-71eaa7329c8351e9d47ee05ece1ae7b486f3c81a.zip | |
flash: Drop __cplusplus guard
C++ concepts should go in C++ files.
Change-Id: I7d3b16c4d176b51fb8bcf976744312632322c2a8
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'vpnor/test/write_patch.cpp')
| -rw-r--r-- | vpnor/test/write_patch.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vpnor/test/write_patch.cpp b/vpnor/test/write_patch.cpp index 1a3e4ee..a146bcf 100644 --- a/vpnor/test/write_patch.cpp +++ b/vpnor/test/write_patch.cpp @@ -12,7 +12,9 @@ #include "config.h" #include "common.h" #include "mbox.h" +extern "C" { #include "flash.h" +} #include "vpnor/test/tmpd.hpp" |

