Skip to content

Commit

Permalink
Merge pull request #94 from mr-c/strlen_missing_include
Browse files Browse the repository at this point in the history
add missing include for strlen()
  • Loading branch information
nsoranzo authored Mar 14, 2024
2 parents 04697a5 + ee2b8b8 commit 9f7a473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pwm_utils.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

#include <ctype.h>
#include <stdio.h>
#include <strings.h>
#include <string.h>

int symbol_match( char, char);
int pattern_match( char*, char*, int);
Expand Down

0 comments on commit 9f7a473

Please sign in to comment.