GUAC-611: Add missing headers.
This commit is contained in:
parent
205f85dafd
commit
78b4ad56a1
@ -25,6 +25,7 @@
|
||||
#include "client.h"
|
||||
#include "client-handlers.h"
|
||||
#include "protocol.h"
|
||||
#include "stream.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include "pool.h"
|
||||
#include "protocol.h"
|
||||
#include "socket.h"
|
||||
#include "stream.h"
|
||||
#include "timestamp.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include "layer-types.h"
|
||||
#include "pool-types.h"
|
||||
#include "socket-types.h"
|
||||
#include "stream.h"
|
||||
#include "stream-types.h"
|
||||
#include "timestamp-types.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
|
@ -46,6 +46,7 @@
|
||||
#include <guacamole/error.h>
|
||||
#include <guacamole/protocol.h>
|
||||
#include <guacamole/socket.h>
|
||||
#include <guacamole/timestamp.h>
|
||||
|
||||
#ifdef ENABLE_WINPR
|
||||
#include <winpr/wtypes.h>
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include "rdp_status.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <freerdp/utils/svc_plugin.h>
|
||||
#include <guacamole/protocol.h>
|
||||
|
@ -36,6 +36,9 @@
|
||||
#include <freerdp/constants.h>
|
||||
#include <freerdp/utils/svc_plugin.h>
|
||||
#include <guacamole/client.h>
|
||||
#include <guacamole/protocol.h>
|
||||
#include <guacamole/socket.h>
|
||||
#include <guacamole/stream.h>
|
||||
|
||||
#ifdef ENABLE_WINPR
|
||||
#include <winpr/stream.h>
|
||||
|
@ -33,6 +33,7 @@
|
||||
#include <freerdp/utils/svc_plugin.h>
|
||||
#include <guacamole/client.h>
|
||||
#include <guacamole/protocol.h>
|
||||
#include <guacamole/socket.h>
|
||||
|
||||
#ifdef ENABLE_WINPR
|
||||
#include <winpr/stream.h>
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include <guacamole/error.h>
|
||||
#include <guacamole/protocol.h>
|
||||
#include <guacamole/socket.h>
|
||||
#include <guacamole/stream.h>
|
||||
|
||||
#ifdef HAVE_FREERDP_CLIENT_CLIPRDR_H
|
||||
#include <freerdp/client/cliprdr.h>
|
||||
|
@ -31,6 +31,7 @@
|
||||
|
||||
#include <guacamole/client.h>
|
||||
#include <guacamole/protocol.h>
|
||||
#include <guacamole/socket.h>
|
||||
|
||||
const guac_terminal_color guac_terminal_palette[16] = {
|
||||
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include <libssh2.h>
|
||||
#include <guacamole/client.h>
|
||||
#include <guacamole/protocol.h>
|
||||
#include <guacamole/socket.h>
|
||||
#include <guacamole/stream.h>
|
||||
|
||||
static bool __ssh_guac_valid_filename(char* filename) {
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include <iconv.h>
|
||||
|
||||
#include <guacamole/client.h>
|
||||
#include <guacamole/timestamp.h>
|
||||
#include <rfb/rfbclient.h>
|
||||
|
||||
#ifdef ENABLE_PULSE
|
||||
|
Loading…
Reference in New Issue
Block a user