]> git.saurik.com Git - apt.git/commit
edspsystem.cc: include <stdlib.h> for mkdtemp
authorFredrik Fornwall <fredrik@fornwall.net>
Mon, 7 Dec 2015 23:48:50 +0000 (00:48 +0100)
committerJulian Andres Klode <jak@debian.org>
Wed, 3 Feb 2016 22:46:19 +0000 (23:46 +0100)
commitef72d726399763446f31a07b11f30f6a726ea81a
tree4dc9321c2abee5260330a687aff2eb347a024869
parentd603afd970e4bc84ed7176b988cd72bd9cf339b3
edspsystem.cc: include <stdlib.h> for mkdtemp

Include <stdlib.h> to ensure that mkdtemp(3) is defined to improve
general portability and fix a specific build failure on Android.

Closes: #807367
apt-pkg/edsp/edspsystem.cc