From ec1cc096e8aee8284bfffbe8b1045c3e5297e2f2 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 30 Jul 2023 17:55:20 +0200 Subject: [PATCH] libmisc: Fix wrong #include MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Cc: Christian Göttsche Cc: Serge Hallyn Cc: Iker Pedrosa Signed-off-by: Alejandro Colomar --- lib/stpecpy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stpecpy.h b/lib/stpecpy.h index e2c2f4793..766793ba3 100644 --- a/lib/stpecpy.h +++ b/lib/stpecpy.h @@ -17,7 +17,7 @@ #include #include -#include "defines.h" +#include "mempcpy.h" inline char *stpecpy(char *dst, char *end, const char *restrict src); -- 2.47.2