some minor adjustments
[libpicofe.git] / common / lprintf.h
index 5cd176f..1d30472 100644 (file)
@@ -1,6 +1,9 @@
 #if defined(__GP2X__)
-#define lprintf printf
+ #include <stdio.h>
+ #define lprintf printf
+#elif defined(PSP)
+ extern void lprintf(const char *fmt, ...);
 #else
-#include "giz.h"
+ #include "giz.h"
 #endif