Browse Source

Update models_obj_viewer.c

Ray 6 years ago
parent
commit
5aea693f69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/models/models_obj_viewer.c

+ 1 - 1
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()
 {