summaryrefslogtreecommitdiffstats
path: root/ldid.cpp
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2015-09-27 20:50:12 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2015-09-27 20:50:12 -0700
commit23fff9c86513730660d22f5eba0c85873e8bef09 (patch)
tree1816f7ea148d2cce4acf8a2ae26c04479f47a1aa /ldid.cpp
parentd4187e5371fa6a656531494ce54cdc43638c3d71 (diff)
downloadldid-23fff9c86513730660d22f5eba0c85873e8bef09.tar.gz
ldid-23fff9c86513730660d22f5eba0c85873e8bef09.tar.zst
ldid-23fff9c86513730660d22f5eba0c85873e8bef09.zip
Link libplist and switch to their C++ wrapper API.
Diffstat (limited to 'ldid.cpp')
-rw-r--r--ldid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldid.cpp b/ldid.cpp
index 40209b5..d95be4e 100644
--- a/ldid.cpp
+++ b/ldid.cpp
@@ -43,7 +43,7 @@
#include <openssl/pkcs12.h>
#include <openssl/sha.h>
-#include <plist/plist.h>
+#include <plist/plist++.h>
#include "ldid.hpp"