diff options
author | Jörg Mayer <jmayer@loplof.de> | 2003-10-03 21:19:10 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2003-10-03 21:19:10 +0000 |
commit | e2fe7859417a8c9333c73d876a17753127e237d7 (patch) | |
tree | 20711dd28cb44f33ff5b8a1f83f56f57754f331b | |
parent | 391152faa51718a926143b6e7e10c0ceff718bdc (diff) | |
download | wireshark-e2fe7859417a8c9333c73d876a17753127e237d7.tar.gz wireshark-e2fe7859417a8c9333c73d876a17753127e237d7.tar.bz2 wireshark-e2fe7859417a8c9333c73d876a17753127e237d7.zip |
Graham Bloice: Add missing #include mkstemp.h
svn path=/trunk/; revision=8604
-rw-r--r-- | gtk/rtp_analysis.c | 3 |
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" |