mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
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:
parent
a582958cc3
commit
b5c2264d34
|
@ -21,6 +21,7 @@
|
||||||
#include "BitMatrixTest.h"
|
#include "BitMatrixTest.h"
|
||||||
#include <limits>
|
#include <limits>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
namespace zxing {
|
namespace zxing {
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
Loading…
Reference in a new issue