PSP: Add FIXME to portdefs.h

This commit is contained in:
Max Horn 2011-05-03 11:40:11 +02:00
parent 3d4e9fe674
commit eafc54869c

View File

@ -26,6 +26,12 @@
#ifndef PORTDEFS_H
#define PORTDEFS_H
// FIXME: This file is only used when building using the file
// backends/platform/psp/Makefile, but not when building using configure
// && make. So either -DNONSTANDARD_PORT needs to be added to the PSP
// configure rules, or it should be removed from the aforementioned
// Makefile.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>