aboutsummaryrefslogtreecommitdiffstats
path: root/tap-smbsids.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap-smbsids.c')
-rw-r--r--tap-smbsids.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/tap-smbsids.c b/tap-smbsids.c
index 7a4dd61e5d..2923cb8a4e 100644
--- a/tap-smbsids.c
+++ b/tap-smbsids.c
@@ -1,7 +1,7 @@
/* tap-smbsids.c
* smbstat 2003 Ronnie Sahlberg
*
- * $Id: tap-smbsids.c,v 1.1 2003/06/09 10:08:40 sahlberg Exp $
+ * $Id: tap-smbsids.c,v 1.2 2004/05/09 10:03:38 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -22,6 +22,10 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+/* With MSVC and a libethereal.dll this file needs to import some variables
+ in a special way. Therefore _NEED_VAR_IMPORT_ is defined. */
+#define _NEED_VAR_IMPORT_
+
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif