diff options
Diffstat (limited to 'net-voip/gnugk/files/gnugk-3.2.2-lua.cxx-toolkit_h.patch')
-rw-r--r-- | net-voip/gnugk/files/gnugk-3.2.2-lua.cxx-toolkit_h.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-voip/gnugk/files/gnugk-3.2.2-lua.cxx-toolkit_h.patch b/net-voip/gnugk/files/gnugk-3.2.2-lua.cxx-toolkit_h.patch new file mode 100644 index 000000000000..e803ef09a933 --- /dev/null +++ b/net-voip/gnugk/files/gnugk-3.2.2-lua.cxx-toolkit_h.patch @@ -0,0 +1,11 @@ +diff -ur a/lua.cxx b/lua.cxx +--- a/lua.cxx 2012-12-28 21:35:42.000000000 +0100 ++++ b/lua.cxx 2013-03-05 22:08:21.823141158 +0100 +@@ -20,6 +20,7 @@ + #include "Routing.h" + #include "gk_const.h" + #include "snmp.h" ++#include "Toolkit.h" + + #include <lua.hpp> + |