mirror of
https://github.com/zxing/zxing.git
synced 2025-01-12 19:57:27 -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 <limits>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
namespace zxing {
|
||||
using namespace std;
|
||||
|
|
Loading…
Reference in a new issue