]> andersk Git - openssh.git/blobdiff - sftp-server.c
- stevesk@cvs.openbsd.org 2006/07/22 20:48:23
[openssh.git] / sftp-server.c
index 3c254e3324b0764eb07ca95917d8c20872316f4f..6067f0203402c7ed10c380ad0be7f35af2128ca1 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp-server.c,v 1.64 2006/07/22 19:08:54 stevesk Exp $ */
+/* $OpenBSD: sftp-server.c,v 1.65 2006/07/22 20:48:23 stevesk Exp $ */
 /*
  * Copyright (c) 2000-2004 Markus Friedl.  All rights reserved.
  *
@@ -23,8 +23,9 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <pwd.h>
-#include <unistd.h>
+#include <string.h>
 #include <time.h>
+#include <unistd.h>
 
 #include "buffer.h"
 #include "bufaux.h"
This page took 0.034757 seconds and 4 git commands to generate.