1
0
Fork 0
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:
Jonas 'Sortie' Termansen 2018-04-15 17:59:55 +02:00
parent 02d9d888f1
commit 29587a27ca

View file

@ -33,6 +33,7 @@
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
#include <strings.h>
#include <time.h>
#include <unistd.h>