Added missing stdint.h include.
This commit is contained in:
parent
f55ba6ff4e
commit
208ff61edd
@ -38,6 +38,7 @@
|
|||||||
#ifndef _GUAC_GUACIO_H
|
#ifndef _GUAC_GUACIO_H
|
||||||
#define _GUAC_GUACIO_H
|
#define _GUAC_GUACIO_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -40,6 +40,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#ifdef __MINGW32__
|
#ifdef __MINGW32__
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user