mirror of
https://gitlab.alpinelinux.org/alpine/alpine-baselayout.git
synced 2025-04-19 09:42:19 +03:00
mkmntdirs: add missing header
string.h is needed for strcmp definition
This commit is contained in:
parent
bd643ce45d
commit
4d38e12cfb
@ -14,6 +14,7 @@
|
||||
#include <err.h>
|
||||
#include <mntent.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
#ifdef DEBUG
|
||||
|
Loading…
x
Reference in New Issue
Block a user