summaryrefslogtreecommitdiff
blob: 902a275d5f35c9ced13729aaeec88c233e50a60d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
https://bugs.gentoo.org/920775
https://bugs.gentoo.org/927333

--- a/compat.c
+++ b/compat.c
@@ -10,9 +10,9 @@
 
 #include "compat.h"
 #include "our_syslog.h"
+#include <string.h>
 
 #ifndef HAVE_STRLCPY
-#include <string.h>
 #include <stdio.h>
 
 void strlcpy(char *dst, const char *src, size_t size)