diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-10-24 22:26:08 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-10-24 22:26:08 +0200 |
commit | e97e0882ffc87a91e7818137196f1b74134566df (patch) | |
tree | 285662381eaa0514f988142bff0c8a9685c84dc0 /lib/strstr.c | |
parent | cc0876a2fa9e703b1064992ab535f3eed57e9c71 (diff) | |
parent | cb4186bef1b44691db4221406d001a8d40c65b4b (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'lib/strstr.c')
-rw-r--r-- | lib/strstr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/strstr.c b/lib/strstr.c index 62369159..65bf21b7 100644 --- a/lib/strstr.c +++ b/lib/strstr.c @@ -24,8 +24,6 @@ /* Specification of strstr. */ #include <string.h> -#include <stdbool.h> - #define RETURN_TYPE char * #define AVAILABLE(h, h_l, j, n_l) \ (!memchr ((h) + (h_l), '\0', (j) + (n_l) - (h_l)) \ |