diff options
author | jcorgan | 2009-02-10 14:41:18 +0000 |
---|---|---|
committer | jcorgan | 2009-02-10 14:41:18 +0000 |
commit | 9f6bc9d5da0e504008b7d692fd6c9cbe55753d90 (patch) | |
tree | a0e6a838f441115f54271ba70f503109e0e97a06 /gnuradio-core | |
parent | 7783dc88c6acf839b59c7c3358094f85e0012ada (diff) | |
download | gnuradio-9f6bc9d5da0e504008b7d692fd6c9cbe55753d90.tar.gz gnuradio-9f6bc9d5da0e504008b7d692fd6c9cbe55753d90.tar.bz2 gnuradio-9f6bc9d5da0e504008b7d692fd6c9cbe55753d90.zip |
Better fix for missing header file include
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10417 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-core')
-rw-r--r-- | gnuradio-core/src/lib/missing/posix_memalign.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/lib/missing/posix_memalign.cc b/gnuradio-core/src/lib/missing/posix_memalign.cc index d51e79b64..a1a707ae5 100644 --- a/gnuradio-core/src/lib/missing/posix_memalign.cc +++ b/gnuradio-core/src/lib/missing/posix_memalign.cc @@ -25,7 +25,7 @@ #endif #include "posix_memalign.h" -#include <malloc.h> +#include <stdlib.h> #ifndef HAVE_POSIX_MEMALIGN |