Added missing #include of "swigconfig.h" to Source/Modules/browser.cxx,

needed for PACKAGE_VERSION macro definition.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4212 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Logan Johnson 2002-12-20 16:27:16 +00:00
commit 8df5499308

View file

@ -12,6 +12,9 @@
char cvsroot_browser_cxx[] = "$Header$";
#ifndef MACSWIG
#include "swigconfig.h"
#endif
#include "swigmod.h"
#ifdef SWIG_SWILL