From: iceman1001 <iceman@iuse.se>
Date: Fri, 6 May 2016 18:09:10 +0000 (+0200)
Subject: CHG:  test to remove a call <sys/types.h>  seems to be conflict with mac os x...
X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/7680db569cee8b82f71b4bc5c5836b7038c6ce1c

CHG:  test to remove a call <sys/types.h>  seems to be conflict with mac os x...
---

diff --git a/armsrc/apps.h b/armsrc/apps.h
index d0d0a30e..ffd5f82d 100644
--- a/armsrc/apps.h
+++ b/armsrc/apps.h
@@ -14,7 +14,7 @@
 #include <stdint.h>
 #include <stddef.h>
 #include <stdlib.h>
-#include <sys/types.h> 
+//#include <sys/types.h> 
 #include "common.h"
 #include "crc32.h"
 #include "lfdemod.h"