Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c7a4f6f authored by Tom Cherry's avatar Tom Cherry Committed by Gerrit Code Review
Browse files

Merge "Include private/fs_config.h directly when needed"

parents 14934446 7cff1fa1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
#include <selinux/label.h>

#include "private/android_filesystem_config.h"
#include "private/fs_config.h"

// This program takes a list of files and directories (indicated by a
// trailing slash) on the stdin, and prints to stdout each input
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
#include <unistd.h>

#include <private/android_filesystem_config.h>
#include <private/fs_config.h>

#define DO_DEBUG 1