Issue 1751 add unistd.h for getpid()

git-svn-id: https://zxing.googlecode.com/svn/trunk@2872 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen@gmail.com 2013-08-19 10:28:31 +00:00
parent a582958cc3
commit b5c2264d34

View file

@ -21,6 +21,7 @@
#include "BitMatrixTest.h"
#include <limits>
#include <stdlib.h>
#include <unistd.h>
namespace zxing {
using namespace std;