mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
Include errno.h in plugins/vfspk3/vfs.cpp
This commit is contained in:
parent
7258ec3367
commit
5debf960e3
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
|||
|
||||
#include <glib.h>
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
|
||||
#if defined ( __linux__ ) || defined ( __APPLE__ )
|
||||
#include <dirent.h>
|
||||
|
|
Loading…
Reference in a new issue