Add missing includes.

This commit is contained in:
Michael Jumper 2012-09-04 19:06:14 -07:00
parent 0f4ca62eed
commit 8807914668
4 changed files with 9 additions and 2 deletions

View File

@ -39,7 +39,7 @@
#define _GUAC_CLIENT_HANDLERS__H
#include "client.h"
#include "protocol.h"
#include "instruction.h"
/**
* Provides initial handler functions and a lookup structure for automatically

View File

@ -41,8 +41,10 @@
#include <stdarg.h>
#include "instruction.h"
#include "layer.h"
#include "socket.h"
#include "protocol.h"
#include "time.h"
/**
* Provides functions and structures required for defining (and handling) a proxy client.

View File

@ -39,6 +39,8 @@
#ifndef _GUAC_PLUGIN_H
#define _GUAC_PLUGIN_H
#include "client.h"
/**
* Provides functions and structures required for handling a client plugin.
*

View File

@ -40,7 +40,10 @@
#include <cairo/cairo.h>
#include "layer.h"
#include "resource.h"
#include "socket.h"
#include "time.h"
/**
* Provides functions and structures required for communicating using the