shared: include stdbool.h in mkdir.h

This commit is contained in:
Sjoerd Simons
2014-07-16 12:09:56 +02:00
committed by Kay Sievers
parent 5c059d2ead
commit 4e4877d96c

View File

@@ -22,6 +22,7 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
#include <stdbool.h>
#include <sys/types.h>
int mkdir_safe(const char *path, mode_t mode, uid_t uid, gid_t gid);