Skip to content

add string.h as include to remove implicit declaration errors

Serrano Pereira requested to merge github/fork/techhazard/master into master

Created by: techhazard

The following functions are used in nextwall.c:

  • strcpy
  • strcmp
  • strerr
  • strcat

These all gave an error because the were not explicitly declared.

This pull request adds the explicit declarations for string functions by including string.h.

Merge request reports

Loading