Commit 2a6dd2e8 authored by Andrey Kamaev's avatar Andrey Kamaev

Fixed Android build

parent 2c5e7950
......@@ -89,8 +89,12 @@
#include <unistd.h>
#include <stdio.h>
#include <sys/types.h>
#if defined ANDROID
#include <sys/sysconf.h>
#else
#include <sys/sysctl.h>
#endif
#endif
namespace cv
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment