diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-01 12:32:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-01 12:32:42 +0100 |
| commit | 89d5fe15b399eae5afad0b856f2d7b267a1c86c0 (patch) | |
| tree | a795c7b2757af5f4940fc84815d3c0936b3e1777 /src/certificate.cc | |
| parent | 74cbdf6bda1ebb2c33e873d03c731ce3e5baaf11 (diff) | |
asdcp headers moved into subdirectory.
Diffstat (limited to 'src/certificate.cc')
| -rw-r--r-- | src/certificate.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/certificate.cc b/src/certificate.cc index 3189c22d..18249a58 100644 --- a/src/certificate.cc +++ b/src/certificate.cc @@ -35,12 +35,12 @@ * @brief Certificate class. */ -#include "KM_util.h" #include "certificate.h" #include "compose.hpp" #include "exceptions.h" #include "util.h" #include "dcp_assert.h" +#include <asdcp/KM_util.h> #include <libxml++/nodes/element.h> #include <openssl/x509.h> #include <openssl/ssl.h> |
