mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
shared: include stdbool.h in mkdir.h
This commit is contained in:
parent
5c059d2ead
commit
4e4877d96c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user