diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/TechNotes/ThreadSafeLibrary.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/TechNotes/ThreadSafeLibrary.html b/doc/html/TechNotes/ThreadSafeLibrary.html index 1266eed..e7fdf11 100644 --- a/doc/html/TechNotes/ThreadSafeLibrary.html +++ b/doc/html/TechNotes/ThreadSafeLibrary.html @@ -20,7 +20,7 @@ The following code is placed at the beginning of H5private.h: <blockquote> <pre> #ifdef H5_HAVE_THREADSAFE - #include <pthread.h> + #include <pthread.h> #endif </pre> </blockquote> |