GUAC-611: Add missing headers.

This commit is contained in:
Michael Jumper 2014-04-09 19:09:41 -07:00
parent 205f85dafd
commit 78b4ad56a1
11 changed files with 13 additions and 1 deletions

View File

@ -25,6 +25,7 @@
#include "client.h"
#include "client-handlers.h"
#include "protocol.h"
#include "stream.h"
#include <stdio.h>
#include <stdlib.h>

View File

@ -30,6 +30,7 @@
#include "pool.h"
#include "protocol.h"
#include "socket.h"
#include "stream.h"
#include "timestamp.h"
#include <stdio.h>

View File

@ -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>

View File

@ -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>

View File

@ -29,6 +29,7 @@
#include "rdp_status.h"
#include <errno.h>
#include <unistd.h>
#include <freerdp/utils/svc_plugin.h>
#include <guacamole/protocol.h>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -31,6 +31,7 @@
#include <guacamole/client.h>
#include <guacamole/protocol.h>
#include <guacamole/socket.h>
const guac_terminal_color guac_terminal_palette[16] = {

View File

@ -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) {

View File

@ -32,6 +32,7 @@
#include <iconv.h>
#include <guacamole/client.h>
#include <guacamole/timestamp.h>
#include <rfb/rfbclient.h>
#ifdef ENABLE_PULSE