]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
strchrnul: include header
authorChristian Brauner <christian.brauner@ubuntu.com>
Thu, 22 Apr 2021 07:44:07 +0000 (09:44 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Thu, 22 Apr 2021 07:44:07 +0000 (09:44 +0200)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/include/strchrnul.c

index 6dc7db9181d15dd9fce0cf6006dabb453f1fc408..7603251f093144c2ccc7672d21e2c15584f04936 100644 (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)
 {