aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/strlcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bmake/strlcpy.c')
-rw-r--r--contrib/bmake/strlcpy.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/bmake/strlcpy.c b/contrib/bmake/strlcpy.c
index b59b2f4ba5a6..111a2aa13435 100644
--- a/contrib/bmake/strlcpy.c
+++ b/contrib/bmake/strlcpy.c
@@ -17,9 +17,8 @@
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include "make.h"
+
#ifndef HAVE_STRLCPY
#include <sys/cdefs.h>