summaryrefslogtreecommitdiff
path: root/sftp-realpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp-realpath.c')
-rw-r--r--sftp-realpath.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sftp-realpath.c b/sftp-realpath.c
index 0ed808f46..9ac401812 100644
--- a/sftp-realpath.c
+++ b/sftp-realpath.c
@@ -27,6 +27,8 @@
27 * SUCH DAMAGE. 27 * SUCH DAMAGE.
28 */ 28 */
29 29
30#include "includes.h"
31
30#include <sys/types.h> 32#include <sys/types.h>
31#include <sys/param.h> 33#include <sys/param.h>
32#include <sys/stat.h> 34#include <sys/stat.h>