aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-mailslot.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-30 19:37:31 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-30 19:37:31 +0000
commit35094640828cb6be13e286f011cd762e7e655ad9 (patch)
tree3d3fa18ea8bd23fbfed31f163e0a42d90d0530c1 /packet-smb-mailslot.c
parentd852024dbbaa02d9354ac934c4176ba9de990cb8 (diff)
From Albert Chin: "config.h" should come before all other #includes.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10528 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-smb-mailslot.c')
-rw-r--r--packet-smb-mailslot.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/packet-smb-mailslot.c b/packet-smb-mailslot.c
index 381fbab32d..9879433a4e 100644
--- a/packet-smb-mailslot.c
+++ b/packet-smb-mailslot.c
@@ -2,7 +2,7 @@
* Routines for SMB mailslot packet dissection
* Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com>
*
- * $Id: packet-smb-mailslot.c,v 1.35 2003/11/19 03:53:33 guy Exp $
+ * $Id: packet-smb-mailslot.c,v 1.36 2004/03/30 19:37:31 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -25,6 +25,10 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <string.h>
#include "packet-smb-common.h"
#include "packet-smb-mailslot.h"