Fix warning about undeclared strcmp() in a unit test
Just include the header declaring it in the test code.
This commit is contained in:
parent
ef77cefd8d
commit
dc2af47e1d
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include "global_vars/global_vars_wrap.h"
|
||||
|
||||
int main(int argc, const char *argv[])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue