9 lines
119 B
C
9 lines
119 B
C
|
#ifndef _SOLARIS_H_
|
||
|
#define _SOLARIS_H_
|
||
|
|
||
|
#include <sys/ccompile.h>
|
||
|
|
||
|
#define dirent64 dirent
|
||
|
|
||
|
#endif /* !_SOLARIS_H_ */
|