]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
libmisc: Fix wrong #include
authorAlejandro Colomar <alx@kernel.org>
Sun, 30 Jul 2023 15:55:20 +0000 (17:55 +0200)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Fri, 1 Sep 2023 07:39:23 +0000 (09:39 +0200)
Cc: Christian Göttsche <cgzones@googlemail.com>
Cc: Serge Hallyn <serge@hallyn.com>
Cc: Iker Pedrosa <ipedrosa@redhat.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/stpecpy.h

index e2c2f47932a972a8be61a588341e4e5b077d16e3..766793ba3c013f5079b0a64c242f7017e031a153 100644 (file)
@@ -17,7 +17,7 @@
 #include <stddef.h>
 #include <string.h>
 
-#include "defines.h"
+#include "mempcpy.h"
 
 
 inline char *stpecpy(char *dst, char *end, const char *restrict src);