mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
chg.. moved into defined
This commit is contained in:
parent
8bef04f94b
commit
c5c75d494b
1 changed files with 2 additions and 2 deletions
|
@ -33,12 +33,12 @@
|
|||
* proxmark3 project.
|
||||
*/
|
||||
|
||||
#include "uart.h"
|
||||
|
||||
// Test if we are dealing with posix operating systems
|
||||
#ifndef _WIN32
|
||||
#define _DEFAULT_SOURCE
|
||||
|
||||
#include "uart.h"
|
||||
|
||||
#include <termios.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Reference in a new issue