about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/tools/xcbuild/includes.patch
blob: 7a05a33eb678f0f682b73d224fd2283f2e3c7786 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- a/Libraries/plist/Sources/Format/Encoding.cpp
+++ b/Libraries/plist/Sources/Format/Encoding.cpp
@@ -11,6 +11,7 @@
 #include <plist/Format/unicode.h>
 
 #include <cassert>
+#include <cstdlib> /* abort() */
 
 #if defined(__linux__)
 #include <endian.h>