1 2 3 4
/* 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>