Cannot find gnuradio.i in 3.6.1

Hi all,
I updated to gnuradio 3.61 and previously working applications are not
working. I tried recompiling the UCLA packet sniffer and I get errors on
the make.
It seems there was a similar case that was resolved on this link,
Swig gnuradio.i cannot find gruel_common.i in 3.6.0 - GNU Radio - Ruby-Forum , however I can’t get where to
make the changes for the error to vanish.
Should I paste this
diff --git a/gr-howto-write-a-block/Makefile.common
b/gr-howto-write-a-block/Makefile.common
index fca6133…2b9cc75 100644
— a/gr-howto-write-a-block/Makefile.common
+++ b/gr-howto-write-a-block/Makefile.common
@@ -56,7 +56,8 @@ STD_DEFINES_AND_INCLUDES =
$(DEFINES)
-I$(abs_top_srcdir)/lib
-I$(GNURADIO_CORE_INCLUDEDIR) \

  •   -I$(GNURADIO_CORE_INCLUDEDIR)/swig
    
  •   -I$(GNURADIO_CORE_INCLUDEDIR)/swig \
    
  •   -I$(GRUEL_INCLUDEDIR)/gruel/swig
    

In my Makefile.common of my application?

H.E. Baidoo-Williams
GRA, University of Iowa