diff options
author | Marcus Müller <marcus@hostalia.de> | 2018-03-05 14:34:17 +0100 |
---|---|---|
committer | Marcus Müller <marcus.mueller@ettus.com> | 2018-03-30 16:50:32 +0200 |
commit | 6f8c9c517da5a1b7e16532b206475ea81cdabc97 (patch) | |
tree | f14a4371b73eb629b331a5209fe4fec290fb5c40 | |
parent | 02b2626e121c83f67eed258f5af14237b81b616d (diff) |
runtime: py_feval now includes Python.h
feels like this was an oversight; part of Maitland Bottoms ABI
compatibility checker happiness patches:
https://sources.debian.org/data/main/g/gnuradio/3.7.11-10/debian/patches/make-acc-happy
-rw-r--r-- | gnuradio-runtime/include/gnuradio/py_feval.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-runtime/include/gnuradio/py_feval.h b/gnuradio-runtime/include/gnuradio/py_feval.h index cef168c8f0..89491af0b4 100644 --- a/gnuradio-runtime/include/gnuradio/py_feval.h +++ b/gnuradio-runtime/include/gnuradio/py_feval.h @@ -23,6 +23,7 @@ #ifndef INCLUDED_GR_PY_FEVAL_H #define INCLUDED_GR_PY_FEVAL_H +#include <Python.h> #include <pmt/pmt.h> #include <gnuradio/feval.h> |