aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gtk/rtp_analysis.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/rtp_analysis.c b/gtk/rtp_analysis.c
index f5f87e581d..d0dbad9a99 100644
--- a/gtk/rtp_analysis.c
+++ b/gtk/rtp_analysis.c
@@ -1,7 +1,7 @@
/* rtp_analysis.c
* RTP analysis addition for ethereal
*
- * $Id: rtp_analysis.c,v 1.5 2003/10/03 21:19:10 jmayer Exp $
+ * $Id: rtp_analysis.c,v 1.6 2003/10/03 22:38:56 guy Exp $
*
* Copyright 2003, Alcatel Business Systems
* By Lars Ruoff <lars.ruoff@gmx.net>
@@ -51,7 +51,10 @@
#include "packet-rtp.h"
#include "g711.h"
#include "rtp_pt.h"
+
+#ifdef NEED_MKSTEMP
#include "mkstemp.h"
+#endif
/* in /gtk ... */
#include "dlg_utils.h"