]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
sftp-realpath.c needs includes.h
authorDamien Miller <djm@mindrot.org>
Mon, 8 Jul 2019 03:44:32 +0000 (13:44 +1000)
committerDamien Miller <djm@mindrot.org>
Mon, 8 Jul 2019 03:44:32 +0000 (13:44 +1000)
sftp-realpath.c

index 0ed808f46c777259f22e9b5e04a679ffe7fc69f2..9ac40181227fda27c9eadf25ed25f27798e13e72 100644 (file)
@@ -27,6 +27,8 @@
  * SUCH DAMAGE.
  */
 
+#include "includes.h"
+
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/stat.h>