chg.. moved into defined

This commit is contained in:
iceman1001 2018-11-30 09:13:09 +01:00
parent 8bef04f94b
commit c5c75d494b

View file

@ -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>