From: Felix Morgner Date: Tue, 22 Sep 2015 00:35:04 +0000 (-0700) Subject: Add missing include X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=51b52db0c7a551df5daf3ed5cea7d3eddf84d5f1;hp=51b52db0c7a551df5daf3ed5cea7d3eddf84d5f1;p=umurmur.git Add missing include The include of stdlib.h was missing from memory.c resulting in a compiler warning when using the GnuTLS backend. ---