diff options
author | 2024-12-03 02:31:03 +0100 | |
---|---|---|
committer | 2024-12-03 02:31:03 +0100 | |
commit | 44099d4b79c8d6a7d599d652ebef62db8dae6696 (patch) | |
tree | 402e253465032f72fe6af2fa62816360abf273a2 /src | |
parent | e3ca6af2c580c0b748a5635c15b973094765abbf (diff) | |
download | libplist-44099d4b79c8d6a7d599d652ebef62db8dae6696.tar.gz libplist-44099d4b79c8d6a7d599d652ebef62db8dae6696.tar.bz2 |
Remove pthread dependency
Diffstat (limited to 'src')
-rw-r--r-- | src/plist.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plist.c b/src/plist.c index 0d4e077..514c8e5 100644 --- a/src/plist.c +++ b/src/plist.c @@ -39,8 +39,6 @@ #ifdef WIN32 #include <windows.h> -#else -#include <pthread.h> #endif #include <node.h> |