diff options
Diffstat (limited to 'gdbsupport/pathstuff.h')
-rw-r--r-- | gdbsupport/pathstuff.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdbsupport/pathstuff.h b/gdbsupport/pathstuff.h index 996c8f2..7e35f62 100644 --- a/gdbsupport/pathstuff.h +++ b/gdbsupport/pathstuff.h @@ -22,6 +22,10 @@ #include "gdbsupport/byte-vector.h" +#include <sys/types.h> +#include <sys/stat.h> +#include <unistd.h> + /* Path utilities. */ /* Return the real path of FILENAME, expanding all the symbolic links. |