aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_analysis.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2003-10-03 21:19:10 +0000
committerJörg Mayer <jmayer@loplof.de>2003-10-03 21:19:10 +0000
commite2fe7859417a8c9333c73d876a17753127e237d7 (patch)
tree20711dd28cb44f33ff5b8a1f83f56f57754f331b /gtk/rtp_analysis.c
parent391152faa51718a926143b6e7e10c0ceff718bdc (diff)
Graham Bloice: Add missing #include mkstemp.h
svn path=/trunk/; revision=8604
Diffstat (limited to 'gtk/rtp_analysis.c')
-rw-r--r--gtk/rtp_analysis.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/rtp_analysis.c b/gtk/rtp_analysis.c
index e2d6352b07..f5f87e581d 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.4 2003/09/29 19:20:51 jmayer Exp $
+ * $Id: rtp_analysis.c,v 1.5 2003/10/03 21:19:10 jmayer Exp $
*
* Copyright 2003, Alcatel Business Systems
* By Lars Ruoff <lars.ruoff@gmx.net>
@@ -51,6 +51,7 @@
#include "packet-rtp.h"
#include "g711.h"
#include "rtp_pt.h"
+#include "mkstemp.h"
/* in /gtk ... */
#include "dlg_utils.h"