]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/common/vfs.h
we can move the <glib.h> include a bit more then
[xonotic/netradiant.git] / tools / quake3 / common / vfs.h
index 004402bf0323df4b557ee1361c099bf3d5ad0e23..93731a1ed4a5753db56874917cbf8001abc9d19c 100644 (file)
@@ -34,7 +34,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 // to get PATH_MAX
 #include <stdio.h>
 #if defined (__linux__) || defined (__APPLE__)
-#include <glib.h>
 #include <dirent.h>
 #include <unistd.h>
 #else
@@ -44,6 +43,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #define S_ISDIR(mode) (mode & _S_IFDIR)
 #define PATH_MAX 260
 #endif
+#include <glib.h>
 
 #define VFS_MAXDIRS 64