1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

#842 #include <sys/mman.h> is moved from public headers closer to usage

This commit is contained in:
Andrey Kamaev
2012-03-27 21:29:58 +00:00
parent 3ac1f31126
commit 8eb788c6e7
2 changed files with 12 additions and 10 deletions
@@ -69,7 +69,6 @@
#undef max
#else
#include <pthread.h>
#include <sys/mman.h>
#endif
#ifdef __BORLANDC__