Added missing stdint.h include.

This commit is contained in:
Michael Jumper 2011-07-20 08:45:23 -07:00
parent f55ba6ff4e
commit 208ff61edd
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@
#ifndef _GUAC_GUACIO_H
#define _GUAC_GUACIO_H
#include <stdint.h>
#include <unistd.h>
/**

View File

@ -40,6 +40,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdint.h>
#ifdef __MINGW32__
#include <winsock2.h>