aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_analysis.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/rtp_analysis.c')
-rw-r--r--gtk/rtp_analysis.c14
1 files changed, 5 insertions, 9 deletions
diff --git a/gtk/rtp_analysis.c b/gtk/rtp_analysis.c
index 959abe66b8..9654cf96f7 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.45 2004/06/01 17:33:37 ulfl Exp $
+ * $Id: rtp_analysis.c,v 1.46 2004/06/29 20:46:28 ulfl Exp $
*
* Copyright 2003, Alcatel Business Systems
* By Lars Ruoff <lars.ruoff@gmx.net>
@@ -54,10 +54,6 @@
#include "g711.h"
#include "rtp_pt.h"
-#ifdef NEED_MKSTEMP
-#include "mkstemp.h"
-#endif
-
/* in /gtk ... */
#include "dlg_utils.h"
#include "ui_util.h"
@@ -79,12 +75,12 @@
#include <unistd.h>
#endif
-#ifdef HAVE_IO_H
-#include <io.h> /* open/close on win32 */
+#ifdef HAVE_FCNTL_H
+#include <fcntl.h>
#endif
-#ifndef O_BINARY
-#define O_BINARY 0
+#ifdef HAVE_IO_H
+#include <io.h> /* open/close on win32 */
#endif
/****************************************************************************/