Switch to unified view
a/src/internfile/mh_symlink.h | b/src/internfile/mh_symlink.h | ||
---|---|---|---|
... |
... |
||
16 | */ |
16 | */ |
17 | #ifndef _MH_SYMLINK_H_INCLUDED_ |
17 | #ifndef _MH_SYMLINK_H_INCLUDED_ |
18 | #define _MH_SYMLINK_H_INCLUDED_ |
18 | #define _MH_SYMLINK_H_INCLUDED_ |
19 | 19 | ||
20 | #include <string> |
20 | #include <string> |
21 | #include <unistd.h> |
21 | #include "safeunistd.h" |
22 | #include <errno.h> |
22 | #include <errno.h> |
23 | 23 | ||
24 | #include "cstr.h" |
24 | #include "cstr.h" |
25 | #include "mimehandler.h" |
25 | #include "mimehandler.h" |
26 | #include "transcode.h" |
26 | #include "transcode.h" |