diff options
| author | Ray <raysan5@gmail.com> | 2018-12-20 11:50:21 +0100 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2018-12-20 11:50:21 +0100 |
| commit | 5aea693f69f4ee733bbbd7e91b429125a678a874 (patch) | |
| tree | 59b72cd6e4556299d76de41e67bd371aadf315de /examples/models | |
| parent | 788bb78989415a2890bc1d902bcc957b12860341 (diff) | |
| download | raylib-5aea693f69f4ee733bbbd7e91b429125a678a874.tar.gz raylib-5aea693f69f4ee733bbbd7e91b429125a678a874.zip | |
Update models_obj_viewer.c
Diffstat (limited to 'examples/models')
| -rw-r--r-- | examples/models/models_obj_viewer.c | 2 |
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() { |
