summaryrefslogtreecommitdiffstats
path: root/src/util/support/strlcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/support/strlcpy.c')
-rw-r--r--src/util/support/strlcpy.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/util/support/strlcpy.c b/src/util/support/strlcpy.c
index a3abbfec9..26ac34eff 100644
--- a/src/util/support/strlcpy.c
+++ b/src/util/support/strlcpy.c
@@ -1,8 +1,4 @@
/* -*- mode: c; c-file-style: "bsd"; indent-tabs-mode: t -*- */
-#include "k5-platform.h"
-
-/* Provide strlcpy and strlcat for platforms that don't have them. */
-
/*
* Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
*
@@ -19,6 +15,9 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+/* Provide strlcpy and strlcat for platforms that don't have them. */
+
+#include "k5-platform.h"
#include <sys/types.h>
#include <string.h>