repeater build fix from stevie, tested by me

git-svn-id: http://op25.osmocom.org/svn/trunk@307 65a5c917-d112-43f1-993d-58c26a4786be
This commit is contained in:
sidhayn 2012-10-10 05:55:31 +00:00
parent a021fc284d
commit 0e9a07c31a
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
%feature("autodoc", "1"); // generate python docstrings
%{
#include <stddef.h>
%}
%include "exception.i"
%import "gnuradio.i" // the common stuff