Skip to content

Commit

Permalink
sieve-lex.l: fix undeclared function strncasecmp() warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov committed Aug 21, 2023
1 parent 2fffdc5 commit 6d5f8ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sieve/sieve-lex.l
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
#include <config.h>
#endif

#include <strings.h>
#include "util.h"

#include "sieve/tree.h"
Expand Down

0 comments on commit 6d5f8ce

Please sign in to comment.