summaryrefslogtreecommitdiff
path: root/external/libgltf/patches/errno.patch
blob: 81f47f3ef05c0d1b36c8a2c04c91b9d86217d365 (plain)
1
2
3
4
5
6
7
8
9
10
--- libgltf/src/RenderScene.cpp
+++ libgltf/src/RenderScene.cpp
@@ -5,6 +5,7 @@
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
+#include <errno.h>
 #include "RenderScene.h"
 #include <glm/gtx/transform.hpp>
 #include <glm/gtc/matrix_inverse.hpp>