gp2x_test added, cli removed
[fceu.git] / general.c
index 96bb73b..c87fae8 100644 (file)
--- a/general.c
+++ b/general.c
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+#ifndef _GNU_SOURCE
 #define _GNU_SOURCE // for asprintf
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>