Fix Ubuntu build error caused by late include of stddef.h

git-svn-id: http://op25.osmocom.org/svn/trunk@304 65a5c917-d112-43f1-993d-58c26a4786be
This commit is contained in:
stevie 2012-08-03 23:05:53 +00:00
parent ef6da136de
commit 459cb259d5
1 changed files with 4 additions and 0 deletions

View File

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