FIX: OSX disable app-nap during serial comm (@anticat)

https://github.com/Proxmark/proxmark3/pull/687
This commit is contained in:
Chris 2018-10-06 13:29:20 +02:00
commit 7d09a466fb
6 changed files with 83 additions and 5 deletions

View file

@ -21,6 +21,7 @@
#include "common.h"
#include "util_posix.h"
#include "util.h"
#include "util_darwin.h"
#if defined(__linux__) && !defined(NO_UNLINK)
#include <unistd.h> // for unlink()