5 lines
169 B
C
5 lines
169 B
C
/* The GNU programs do #include <sys/fcntl.h>
|
|
but on HPUX that file is just fcntl.h.
|
|
This "redirects" the #include to the proper directory. */
|
|
#include <fcntl.h>
|