aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-samr.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-07-16 22:50:48 +0000
committerGuy Harris <guy@alum.mit.edu>2002-07-16 22:50:48 +0000
commitff49944dcd069fca04abbcc72bb99adc3a53d695 (patch)
treec207db1ebafd7fe83c4247e5f97c6de63ecc8e69 /packet-dcerpc-samr.c
parentf65887d2209b3777154ae8fcba1fa74f096d1fd7 (diff)
From Joerg Mayer: add #includes of "snprintf.h" in modules that used
"snprintf()" but weren't including "snprintf.h". svn path=/trunk/; revision=5887
Diffstat (limited to 'packet-dcerpc-samr.c')
-rw-r--r--packet-dcerpc-samr.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/packet-dcerpc-samr.c b/packet-dcerpc-samr.c
index d8d082e491..37d4dd6bdf 100644
--- a/packet-dcerpc-samr.c
+++ b/packet-dcerpc-samr.c
@@ -3,7 +3,7 @@
* Copyright 2001, Tim Potter <tpot@samba.org>
* 2002 Added all command dissectors Ronnie Sahlberg
*
- * $Id: packet-dcerpc-samr.c,v 1.50 2002/07/06 17:44:47 sharpe Exp $
+ * $Id: packet-dcerpc-samr.c,v 1.51 2002/07/16 22:50:45 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -28,6 +28,10 @@
#include "config.h"
#endif
+#ifdef NEED_SNPRINTF_H
+# include "snprintf.h"
+#endif
+
#include <glib.h>
#include <epan/packet.h>
#include <string.h>