From: Paul Eggert Date: Sun, 13 Nov 2016 20:15:25 +0000 (-0800) Subject: Port --enable-gcc-warnings to Ubuntu 16.10 X-Git-Tag: emacs-26.0.90~1340 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9b3a853ab2430503bb1e5bae57fc35e2cd555e1a;p=emacs.git Port --enable-gcc-warnings to Ubuntu 16.10 * src/gmalloc.c: Include , so it declares hybrid_aligned_alloc (the definiens of the aligned_alloc macro), so that GCC doesn't complain that hybrid_aligned_alloc is defined without being declared. --- diff --git a/src/gmalloc.c b/src/gmalloc.c index 6ca35ec5f15..3f7bbda84ab 100644 --- a/src/gmalloc.c +++ b/src/gmalloc.c @@ -26,6 +26,7 @@ License along with this library. If not, see . #endif #include +#include #include #include #include