Include <string.h> to declare strcmp().
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 30 May 2008 05:46:24 +0000 (05:46 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 30 May 2008 05:46:24 +0000 (05:46 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25403 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-ssh.c

index b8df8427404b323687b0a1e658798bf2d6da5f4e..09fdd32ceef475b06350cabf9c05ece44078a2aa 100644 (file)
@@ -38,6 +38,7 @@
 #if HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
+#include <string.h>
 #include <glib.h>
 #include <epan/packet.h>
 #include <epan/conversation.h>