8sa1-binutils-gdb/gdb/hp-include/sys/fcntl.h
2012-06-03 15:36:32 +01:00

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>