summaryrefslogtreecommitdiff
path: root/sftp-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp-common.c')
-rw-r--r--sftp-common.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sftp-common.c b/sftp-common.c
index 3faed373e..7ebadcc53 100644
--- a/sftp-common.c
+++ b/sftp-common.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sftp-common.c,v 1.19 2006/08/01 23:22:47 stevesk Exp $ */ 1/* $OpenBSD: sftp-common.c,v 1.20 2006/08/03 03:34:42 deraadt Exp $ */
2/* 2/*
3 * Copyright (c) 2001 Markus Friedl. All rights reserved. 3 * Copyright (c) 2001 Markus Friedl. All rights reserved.
4 * Copyright (c) 2001 Damien Miller. All rights reserved. 4 * Copyright (c) 2001 Damien Miller. All rights reserved.
@@ -35,11 +35,11 @@
35#include <stdio.h> 35#include <stdio.h>
36#include <string.h> 36#include <string.h>
37#include <time.h> 37#include <time.h>
38#include <stdarg.h>
38 39
40#include "xmalloc.h"
39#include "buffer.h" 41#include "buffer.h"
40#include "bufaux.h"
41#include "log.h" 42#include "log.h"
42#include "xmalloc.h"
43 43
44#include "sftp.h" 44#include "sftp.h"
45#include "sftp-common.h" 45#include "sftp-common.h"