mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07: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.
|
* proxmark3 project.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "uart.h"
|
|
||||||
|
|
||||||
// Test if we are dealing with posix operating systems
|
// Test if we are dealing with posix operating systems
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
#define _DEFAULT_SOURCE
|
#define _DEFAULT_SOURCE
|
||||||
|
|
||||||
|
#include "uart.h"
|
||||||
|
|
||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue