Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Mar 8, 2024
1 parent 0142173 commit c23ca39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bsd/util.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include <stddef.h>

#include "extern.h"

int
memnchr(const void *p, int c, size_t len)
{
Expand Down

0 comments on commit c23ca39

Please sign in to comment.