mirror of
https://github.com/shadow-maint/shadow.git
synced 2024-11-24 02:24:32 +08:00
libmisc: Fix wrong #include
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>
This commit is contained in:
parent
f3ee47fe3f
commit
ec1cc096e8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user