11 lines
136 B
C
11 lines
136 B
C
/* $FreeBSD$ */
|
|
|
|
#ifndef _SOLARIS_H_
|
|
#define _SOLARIS_H_
|
|
|
|
#include <sys/ccompile.h>
|
|
|
|
#define dirent64 dirent
|
|
|
|
#endif /* !_SOLARIS_H_ */
|