mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-02-24 23:54:42 +08:00
fix warning: implicit declaration of function ‘exit’
This commit is contained in:
parent
313322658c
commit
83a9b236fe
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ BOOL UsbConnect(void);
|
|||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include "flash.h"
|
||||
#include "elf.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "proxusb.h"
|
||||
#include "flash.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue