add ifdef

This commit is contained in:
dborth 2010-04-14 23:53:35 +00:00
parent f5e8484dc8
commit e28588ef62

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