status-table.c: include string.h for strcmp.
* status-table.c: include string.h to avoid `warning: implicit declaration of function 'strcmp'`.
This commit is contained in:
parent
c318e69d8f
commit
62bbe58280
@ -24,6 +24,7 @@
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "util.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user