chansrv: fix for segfault issue in chansrv_common
This commit is contained in:
parent
942cdf300e
commit
c159505980
@ -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);
|
||||
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user