From 11c3a36649e5e5e77db499c92f3cdcbd619efd3a Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Mon, 30 Nov 2015 21:43:37 +0100 Subject: basic: include only what we use This is a cleaned up result of running iwyu but without forward declarations on src/basic. --- src/basic/strxcpyx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/basic/strxcpyx.h') diff --git a/src/basic/strxcpyx.h b/src/basic/strxcpyx.h index ccc7e52f37..02e22e6294 100644 --- a/src/basic/strxcpyx.h +++ b/src/basic/strxcpyx.h @@ -22,6 +22,8 @@ ***/ +#include + #include "macro.h" size_t strpcpy(char **dest, size_t size, const char *src); -- cgit v1.2.3-54-g00ecf