Merge pull request #2547 from RyanDwyer/fix-reload-crash

Fix crash on reload
This commit is contained in:
Drew DeVault 2018-09-01 10:39:36 -04:00 committed by GitHub
commit 89a045835f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 1 deletions

View file

@ -46,4 +46,6 @@ char *cmdsep(char **stringp, const char *delim);
// Split string into 2 by delim, handle quotes
char *argsep(char **stringp, const char *delim);
const char *strcasestr(const char *haystack, const char *needle);
#endif