Commit eedc07a
committed
Fix missing string.h include for cross-platform compatibility
Replace BSD-specific <strings.h> with standard <string.h> which provides
strlen, strcmp, strdup, and strtok on all platforms including Linux.1 parent 7ea0491 commit eedc07a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | | - | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments