1
0
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:
Timo Teräs 2015-07-10 08:39:04 +03:00
parent bd643ce45d
commit 4d38e12cfb

View File

@ -14,6 +14,7 @@
#include <err.h>
#include <mntent.h>
#include <stdio.h>
#include <string.h>
#ifdef DEBUG