/
index
/
single-header-libcext.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
5677abe
)
remove unnecessary stddef include
author
git
<redacted>
Fri, 1 May 2026 10:54:53 +0000
(06:54 -0400)
committer
git
<redacted>
Fri, 1 May 2026 10:54:53 +0000
(06:54 -0400)
strlcat.h
patch
|
blob
|
history
diff --git
a/strlcat.h
b/strlcat.h
index 1235ae32000e0f67b16d423de5ec4f264a22b735..68882856e5111e94fcf1e47cfaf06e2fe90935d4 100644
(file)
--- a/
strlcat.h
+++ b/
strlcat.h
@@
-19,7
+19,6
@@
#define STRLCAT_H_ 1
#ifdef STRLCAT_INCLUDE_LIBC
- #include <stddef.h>
#include <stdio.h>
#include <string.h>
#endif /* !STRLCAT_INCLUDE_LIBC */