aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-logon.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-08-02 23:40:09 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-08-02 23:40:09 +0000
commitadd810249cb226ea1ba923ae20c18a274ce134a1 (patch)
tree3639a2f33423ad3e4114c1eed18de5353513df24 /epan/dissectors/packet-smb-logon.c
parentaf4c74b06e76e2b543d23a54d16eb792b2127037 (diff)
Don't drag in a huge pile of headers in "packet-smb-common.h"; rely on
the files including it to include what they need. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11588 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-smb-logon.c')
-rw-r--r--epan/dissectors/packet-smb-logon.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/epan/dissectors/packet-smb-logon.c b/epan/dissectors/packet-smb-logon.c
index a1060353f0..86951f6af5 100644
--- a/epan/dissectors/packet-smb-logon.c
+++ b/epan/dissectors/packet-smb-logon.c
@@ -25,6 +25,13 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+#include <glib.h>
+
+#include <epan/packet.h>
#include "packet-smb-common.h"
static int proto_smb_logon = -1;