8 lines
126 B
C
8 lines
126 B
C
|
/* System-dependent stuff for HP/UX 10.20 on HPPA */
|
||
|
|
||
|
#include <alloca.h>
|
||
|
|
||
|
#include <dirent.h>
|
||
|
typedef struct dirent dirent;
|
||
|
|