use stdint.h instead of custom types.h
stdint.h is more portable across compilers
This commit is contained in:
parent
57a8a204b2
commit
3ec4b267fc
10 changed files with 9 additions and 56 deletions
|
@ -37,7 +37,7 @@
|
|||
#define _MACA_H_
|
||||
|
||||
#include <packet.h>
|
||||
#include <types.h>
|
||||
#include <stdint.h>
|
||||
#include <utils.h>
|
||||
|
||||
/* maca initialization and on off routines */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue