summary refs log tree commit diff stats
path: root/disas/libvixl/vixl/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'disas/libvixl/vixl/platform.h')
-rw-r--r--disas/libvixl/vixl/platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/disas/libvixl/vixl/platform.h b/disas/libvixl/vixl/platform.h
index ab588f07f5..26a74de81b 100644
--- a/disas/libvixl/vixl/platform.h
+++ b/disas/libvixl/vixl/platform.h
@@ -28,7 +28,9 @@
 #define PLATFORM_H
 
 // Define platform specific functionalities.
+extern "C" {
 #include <signal.h>
+}
 
 namespace vixl {
 inline void HostBreakpoint() { raise(SIGINT); }