summaryrefslogtreecommitdiff
path: root/library.h
diff options
context:
space:
mode:
Diffstat (limited to 'library.h')
-rw-r--r--library.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/library.h b/library.h
index 42a5a47..6f1dc0f 100644
--- a/library.h
+++ b/library.h
@@ -23,6 +23,7 @@
#define _LIBRARY_H_
#include <stdint.h>
+#include <stdbool.h>
#if defined(HAVE_LIBDW)
# include <elfutils/libdwfl.h>
@@ -184,6 +185,7 @@ struct library {
char own_soname : 1;
char own_pathname : 1;
+ bool should_activate_latent : 1;
struct arch_library_data arch;
struct os_library_data os;