diff options
Diffstat (limited to 'src/lib/hooks/library_handle.cc')
-rw-r--r-- | src/lib/hooks/library_handle.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/hooks/library_handle.cc b/src/lib/hooks/library_handle.cc index 4aebf6fe80..2fe75424aa 100644 --- a/src/lib/hooks/library_handle.cc +++ b/src/lib/hooks/library_handle.cc @@ -4,6 +4,8 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. +#include <config.h> + #include <hooks/callout_manager.h> #include <hooks/library_handle.h> #include <hooks/hooks_manager.h> |