mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Include <strings.h> in rw(1) to get strcasecmp(3).
This commit is contained in:
parent
02d9d888f1
commit
29587a27ca
1 changed files with 1 additions and 0 deletions
1
rw/rw.c
1
rw/rw.c
|
@ -33,6 +33,7 @@
|
|||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue