Skip to content

Commit

Permalink
Issue 1751 add unistd.h for getpid()
Browse files Browse the repository at this point in the history
git-svn-id: https://zxing.googlecode.com/svn/trunk@2872 59b500cc-1b3d-0410-9834-0bbf25fbcc57
  • Loading branch information
[email protected] committed Aug 19, 2013
1 parent a582958 commit b5c2264
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/core/tests/src/common/BitMatrixTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "BitMatrixTest.h"
#include <limits>
#include <stdlib.h>
#include <unistd.h>

namespace zxing {
using namespace std;
Expand Down

0 comments on commit b5c2264

Please sign in to comment.