mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07: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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue