repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git]
/
pkgs
/
development
/
tools
/
xcbuild
/
includes.patch
blob
7a05a33eb678f0f682b73d224fd2283f2e3c7786
1
--- a/Libraries/plist/Sources/Format/Encoding.cpp
2
+++ b/Libraries/plist/Sources/Format/Encoding.cpp
3
@@ -11,6 +11,7 @@
4
#include <plist/Format/unicode.h>
5
6
#include <cassert>
7
+#include <cstdlib> /* abort() */
8
9
#if defined(__linux__)
10
#include <endian.h>