diff --git a/newlib/libc/sys/vita/include/memory.h b/newlib/libc/sys/vita/include/memory.h new file mode 100644 index 0000000000..5b7d08f473 --- /dev/null +++ b/newlib/libc/sys/vita/include/memory.h @@ -0,0 +1,12 @@ +/* + * memory.h + * + * Redirects to string.h. Mostly here to help with porting. + */ + +#ifndef _MEMORY_H_ +#define _MEMORY_H_ + +#include + +#endif /* _MEMORY_H_ */