Few more GCC 4.7 fixes.
include unistd when not on windows.
This commit is contained in:
@@ -40,6 +40,9 @@
|
||||
|
||||
#include "volume_catcher.h"
|
||||
|
||||
#ifndef LL_WINDOWS
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
extern "C" {
|
||||
#include <glib.h>
|
||||
|
||||
Reference in New Issue
Block a user