summaryrefslogtreecommitdiff
path: root/Cython/Includes/openmp.pxd
diff options
context:
space:
mode:
authorRobert Bradshaw <robertwb@gmail.com>2016-08-16 17:20:16 -0700
committerRobert Bradshaw <robertwb@gmail.com>2016-08-16 17:21:57 -0700
commitf0ccd6851e80654585fa6acb7a0626bf615857fe (patch)
tree7900bb40942d0eaf984e53b51346e2fe3e3fa8ec /Cython/Includes/openmp.pxd
parent68582c27bbe8a134ffbe47e9400844251d1a3c1e (diff)
downloadcython-f0ccd6851e80654585fa6acb7a0626bf615857fe.tar.gz
Use angle brackes for libc includes.
Diffstat (limited to 'Cython/Includes/openmp.pxd')
-rw-r--r--Cython/Includes/openmp.pxd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Includes/openmp.pxd b/Cython/Includes/openmp.pxd
index 3359ab1e5..30873a588 100644
--- a/Cython/Includes/openmp.pxd
+++ b/Cython/Includes/openmp.pxd
@@ -1,4 +1,4 @@
-cdef extern from "omp.h":
+cdef extern from "<omp.h>":
ctypedef struct omp_lock_t:
pass
ctypedef struct omp_nest_lock_t: