By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 893
Collapse All | Expand All

(-)twinkle-1.4.2.orig/src/audio/twinkle_rtp_session.cpp (+1 lines)
Lines 18-23 Link Here
18
*/
18
*/
19
19
20
#include <unistd.h>
20
#include <unistd.h>
21
#include <cstddef>
21
#include "twinkle_rtp_session.h"
22
#include "twinkle_rtp_session.h"
22
#include "log.h"
23
#include "log.h"
23
#include "sys_settings.h"
24
#include "sys_settings.h"
(-)twinkle-1.4.2.orig/src/audio/twinkle_zrtp_ui.cpp (+1 lines)
Lines 18-23 Link Here
18
18
19
// Author: Werner Dittmann <Werner.Dittmann@t-online.de>, (C) 2006
19
// Author: Werner Dittmann <Werner.Dittmann@t-online.de>, (C) 2006
20
//         Michel de Boer <michel@twinklephone.com>
20
//         Michel de Boer <michel@twinklephone.com>
21
#include <cstddef>
21
#include "twinkle_zrtp_ui.h"
22
#include "twinkle_zrtp_ui.h"
22
23
23
#ifdef HAVE_ZRTP
24
#ifdef HAVE_ZRTP

Return to bug 893