chansrv: fix for segfault issue in chansrv_common

This commit is contained in:
speidy 2014-11-21 03:13:14 +02:00
parent 942cdf300e
commit c159505980
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#define _CHANSRV_COMMON_H
#include "parse.h"
#include "os_calls.h"
int read_entire_packet(struct stream *src, struct stream **dest, int chan_flags, int length, int total_length);

View File

@ -28,6 +28,7 @@
#include "defines.h"
#include "fifo.h"
#include "file_loc.h"
#include "chansrv_common.h"
extern int g_rdpsnd_chan_id; /* in chansrv.c */
extern int g_display_num; /* in chansrv.c */