aboutsummaryrefslogtreecommitdiffstats
path: root/ncp2222.py
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2002-09-26 02:08:21 +0000
committerJörg Mayer <jmayer@loplof.de>2002-09-26 02:08:21 +0000
commit011a6aafde3981a6e055a3ce74ccaeefaa9edbde (patch)
tree202737d27d58ab10f7c0c7d37d100fbcb9e46efd /ncp2222.py
parentc7b512c343969d68af3a45829c99febe5ab8cebe (diff)
downloadwireshark-011a6aafde3981a6e055a3ce74ccaeefaa9edbde.tar.gz
wireshark-011a6aafde3981a6e055a3ce74ccaeefaa9edbde.tar.bz2
wireshark-011a6aafde3981a6e055a3ce74ccaeefaa9edbde.zip
Warning fixes for the ncp code by Greg Morris and J�rg Mayer.
svn path=/trunk/; revision=6338
Diffstat (limited to 'ncp2222.py')
-rwxr-xr-xncp2222.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ncp2222.py b/ncp2222.py
index 989e68d1d0..9edf775631 100755
--- a/ncp2222.py
+++ b/ncp2222.py
@@ -24,7 +24,7 @@ http://developer.novell.com/ndk/doc/docui/index.htm#../ncp/ncp__enu/data/
for a badly-formatted HTML version of the same PDF.
-$Id: ncp2222.py,v 1.34 2002/09/25 00:36:58 jmayer Exp $
+$Id: ncp2222.py,v 1.35 2002/09/26 02:08:20 jmayer Exp $
Copyright (c) 2000-2002 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -5490,6 +5490,7 @@ def produce_code():
# include "config.h"
#endif
+#include <string.h>
#include <glib.h>
#include <epan/packet.h>
#include <epan/conversation.h>