From: pwpiwi <pwpiwi@users.noreply.github.com>
Date: Wed, 7 Jun 2017 20:35:20 +0000 (+0200)
Subject: Fix compile errors with MacOS (#312)
X-Git-Tag: v3.0.1~5
X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/ec9c71129f67c5b1c2429dbaefe23e0d19149780?ds=sidebyside;hp=ec9c71129f67c5b1c2429dbaefe23e0d19149780

Fix compile errors with MacOS (#312)

* Fix compile errors with MacOS
- _POSIX_C_SOURCE must not be defined for num_CPU()

* separate util_posix.c require changes in tools directory as well

* remove unnecessary self-include
---