summaryrefslogtreecommitdiff
path: root/src/KM_prng.cpp
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-07 13:01:36 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-07 13:01:36 +0100
commitb536bc0bd23eaf90f3537cfc8022737143beb506 (patch)
tree1f824fb0b6f8c644a44d1060345a2a02c1f5af05 /src/KM_prng.cpp
parentde1bac3879d88d0fab638a02a78b2e29ff11386a (diff)
Install KM_log.h
Diffstat (limited to 'src/KM_prng.cpp')
-rwxr-xr-xsrc/KM_prng.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/KM_prng.cpp b/src/KM_prng.cpp
index 28f13b7..84a3b22 100755
--- a/src/KM_prng.cpp
+++ b/src/KM_prng.cpp
@@ -30,8 +30,8 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <asdcp/KM_prng.h>
-#include <KM_log.h>
-#include <KM_mutex.h>
+#include <asdcp/KM_log.h>
+#include <asdcp/KM_mutex.h>
#include <string.h>
#include <assert.h>
#include <openssl/aes.h>