summaryrefslogtreecommitdiff
path: root/src/shared/base-filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/base-filesystem.h')
-rw-r--r--src/shared/base-filesystem.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/shared/base-filesystem.h b/src/shared/base-filesystem.h
index 03201f7083..39a496090f 100644
--- a/src/shared/base-filesystem.h
+++ b/src/shared/base-filesystem.h
@@ -21,4 +21,6 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-int base_filesystem_create(const char *root);
+#include <sys/types.h>
+
+int base_filesystem_create(const char *root, uid_t uid, gid_t gid);