summaryrefslogtreecommitdiffstats
path: root/contrib/python
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python')
-rw-r--r--contrib/python/cffi/c/call_python.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/cffi/c/call_python.c b/contrib/python/cffi/c/call_python.c
index d3d2e178104..7bc41bc98a9 100644
--- a/contrib/python/cffi/c/call_python.c
+++ b/contrib/python/cffi/c/call_python.c
@@ -202,7 +202,7 @@ static int _update_cache_to_call_python(struct _cffi_externpy_s *externpy)
# elif defined(_AIX)
# define read_barrier() __lwsync()
# elif defined(__SUNPRO_C) || defined(__SUNPRO_CC)
-# include <mbarrier.h>
+# error include <mbarrier.h>
# define read_barrier() __compiler_barrier()
# elif defined(__hpux)
# define read_barrier() _Asm_mf()