strchrnul: include header

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2021-04-22 09:44:07 +02:00
parent c11af9735f
commit 535bc5aac2
No known key found for this signature in database
GPG Key ID: 8EB056D53EECB12D

View File

@ -23,6 +23,8 @@
#include <string.h>
#include <stdlib.h>
#include "strchrnul.h"
/* Find the first occurrence of C in S or the final NUL byte. */
char *strchrnul(const char *s, int c_in)
{