aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-logon.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-08-02 23:40:09 +0000
committerGuy Harris <guy@alum.mit.edu>2004-08-02 23:40:09 +0000
commit135dd00b1451ab86cee30cca5a4850da0a4980ad (patch)
tree3639a2f33423ad3e4114c1eed18de5353513df24 /epan/dissectors/packet-smb-logon.c
parent38275196eb793ad436eed032c79c3b54da2dad96 (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. svn path=/trunk/; revision=11588
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;