mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-18 21:17:40 -05:00
8 lines
132 B
C
8 lines
132 B
C
#ifndef _MSL_UNIX_H
|
|
#define _MSL_UNIX_H
|
|
|
|
#include <ansi_params.h>
|
|
#include <sys/stat.h>
|
|
#include <utime.h>
|
|
|
|
#endif /* _MSL_UNIX_H */ |