aboutsummaryrefslogtreecommitdiffstats
path: root/src/fldd
diff options
context:
space:
mode:
Diffstat (limited to 'src/fldd')
-rw-r--r--src/fldd/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fldd/main.c b/src/fldd/main.c
index c04daa0ed..04557f349 100644
--- a/src/fldd/main.c
+++ b/src/fldd/main.c
@@ -52,8 +52,9 @@ static const char * const default_lib_paths[] = {
52 "/usr/lib/x86_64-linux-gnu", 52 "/usr/lib/x86_64-linux-gnu",
53 LIBDIR, 53 LIBDIR,
54 "/usr/local/lib", 54 "/usr/local/lib",
55 "/usr/lib/x86_64-linux-gnu/mesa", // libGL.so is sometimes a symlink into this directory
55 NULL 56 NULL
56}; // Note: this array is duplicated in src/firejail/fs_lib.c 57};
57 58
58 59
59typedef struct storage_t { 60typedef struct storage_t {