add ifdef

This commit is contained in:
dborth 2010-04-14 23:53:27 +00:00
parent 13cd4e1653
commit d7b709ca0b

View File

@ -9,6 +9,8 @@
* Written by dhewg/bushing, modified by Tantric
***************************************************************************/
#ifdef HW_RVL
#include <malloc.h>
#include <string.h>
#include <stdio.h>
@ -430,3 +432,4 @@ bool http_request(const char *url, FILE * hfile, u8 * buffer,
result = HTTPR_OK;
return true;
}
#endif