minix/include/memory.h
Arun Thomas 40ccb7ed54 Add include/memory.h
Some ports expect that it exists.
2010-10-04 13:37:46 +00:00

7 lines
81 B
C

#ifndef _MEMORY_H
#define _MEMORY_H
#include <string.h>
#endif /* _MEMORY_H */