author | Sebastian Harl <sh@tokkee.org> | |
Thu, 25 Feb 2016 20:35:53 +0000 (21:35 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 25 Feb 2016 20:35:53 +0000 (21:35 +0100) | ||
commit | 6f29ec3901a06ae905c818b882a80f8a0bd7af42 | |
tree | 9f06e7f25ed202185e9f9cc623ad0f921ff90765 | tree | snapshot |
parent | 31c05eddfdb2859d5d1dbfe7a1e2a1be19131fc3 | commit | diff |
Include strings.h instead of defining _BSD_SOURCE to get strcasecmp.
_BSD_SOURCE is deprecated in favor of _DEFAULT_SOURCE but also it's not
needed for strcasecmp() when including strings.h in addition to string.h.
_BSD_SOURCE is deprecated in favor of _DEFAULT_SOURCE but also it's not
needed for strcasecmp() when including strings.h in addition to string.h.