aboutsummaryrefslogtreecommitdiffstats
path: root/strlcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'strlcpy.c')
-rw-r--r--strlcpy.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/strlcpy.c b/strlcpy.c
index 5963dfe3..c9f0ef2b 100644
--- a/strlcpy.c
+++ b/strlcpy.c
@@ -17,6 +17,9 @@
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include "config.h"
+#include "fetchmail.h"
+
#include <sys/types.h>
#include <assert.h>
#include <string.h>