aboutsummaryrefslogtreecommitdiff
path: root/examples/models
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2018-12-20 11:50:21 +0100
committerRay <raysan5@gmail.com>2018-12-20 11:50:21 +0100
commit5aea693f69f4ee733bbbd7e91b429125a678a874 (patch)
tree59b72cd6e4556299d76de41e67bd371aadf315de /examples/models
parent788bb78989415a2890bc1d902bcc957b12860341 (diff)
downloadraylib-5aea693f69f4ee733bbbd7e91b429125a678a874.tar.gz
raylib-5aea693f69f4ee733bbbd7e91b429125a678a874.zip
Update models_obj_viewer.c
Diffstat (limited to 'examples/models')
-rw-r--r--examples/models/models_obj_viewer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/models/models_obj_viewer.c b/examples/models/models_obj_viewer.c
index 55c583c2..15f79549 100644
--- a/examples/models/models_obj_viewer.c
+++ b/examples/models/models_obj_viewer.c
@@ -11,7 +11,7 @@
#include "raylib.h"
-#include <strings.h> // Required for: strcpy()
+#include <string.h> // Required for: strcpy()
int main()
{