Few more GCC 4.7 fixes.

include unistd when not on windows.
This commit is contained in:
Lirusaito
2012-04-29 00:25:40 -04:00
parent 16c2235510
commit a82953d0d0
6 changed files with 13 additions and 6 deletions

View File

@@ -40,6 +40,9 @@
#include "volume_catcher.h"
#ifndef LL_WINDOWS
#include <unistd.h>
#endif
extern "C" {
#include <glib.h>