fix warning: implicit declaration of function ‘exit’

This commit is contained in:
adam@algroup.co.uk 2010-02-06 09:33:17 +00:00
parent 313322658c
commit 83a9b236fe
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@ BOOL UsbConnect(void);
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "flash.h"
#include "elf.h"

View file

@ -1,4 +1,5 @@
#include <stdio.h>
#include <stdlib.h>
#include "proxusb.h"
#include "flash.h"