aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/strstr.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/string/strstr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string/strstr.c b/src/string/strstr.c
index a7e490a..68cc647 100644
--- a/src/string/strstr.c
+++ b/src/string/strstr.c
@@ -16,7 +16,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <string.h>
-#include <stddef.h>
#include <inttypes.h>