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:
Alejandro Colomar 2023-07-30 17:55:20 +02:00 committed by Iker Pedrosa
parent f3ee47fe3f
commit ec1cc096e8

View 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);