aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_analysis.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-03 22:38:56 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-03 22:38:56 +0000
commit1904d3498fbe7510c3037d2c341b9768fcb139e3 (patch)
tree1103889ba9307cbd4caac34aae4f4cc32a70b18d /gtk/rtp_analysis.c
parente2fe7859417a8c9333c73d876a17753127e237d7 (diff)
Include "mkstemp.h" only if we're including our own "mkstemp()".
svn path=/trunk/; revision=8605
Diffstat (limited to 'gtk/rtp_analysis.c')
-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"