diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-12 20:05:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-12 20:05:47 +0100 |
| commit | 47fdbbdb51fd7fd3e0e8818422f11f9df4d4fa73 (patch) | |
| tree | c482bf01c6a4fa398f8410fd7a3a3d83c5992748 /src | |
| parent | 6b81b3e6a8ac208c0941536d4388f19fb85efc72 (diff) | |
Add missing include.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/util.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index 1d1372049..c332790a6 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -69,6 +69,9 @@ extern "C" { #ifdef DCPOMATIC_WINDOWS #include "stack.hpp" #endif +#ifdef DCPOMATIC_OSX +#include <ltdl.h> +#endif #include "i18n.h" |
