]> git.ipfire.org Git - thirdparty/strongswan.git/commit
utils: Include stdint.h
authorTobias Brunner <tobias@strongswan.org>
Thu, 14 Sep 2017 09:59:30 +0000 (11:59 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 19 Sep 2017 11:24:39 +0000 (13:24 +0200)
commitd4593353c97347fc9505a5a4fe3cfb66b246874f
treec4f53ac3a9445ae3efd5fc6c691ded9272522da3
parentc21fff303aa09aca6495643fe98fb5e164b4f6c1
utils: Include stdint.h

Recent releases of glibc don't include the full stdint.h header in some
network headers included by utils.h.  So uintptr_t might not be defined.
Since we use fixed width integers, including the latter, all over the place
we make sure the complete file is included.

Fixes #2425.
src/libstrongswan/utils/utils.h