aboutsummaryrefslogtreecommitdiff
path: root/libssh/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/string.c')
-rw-r--r--libssh/string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/string.c b/libssh/string.c
index 2e6c3bfd..5f27326c 100644
--- a/libssh/string.c
+++ b/libssh/string.c
@@ -21,9 +21,9 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
#include <stdlib.h>
-#include <netdb.h>
#include <unistd.h>
#include <string.h>
+#include <netdb.h>
#include "libssh/priv.h"
STRING *string_new(unsigned int size){