Include missing header in char_strings test code
Avoid warnings about implicitly-declared strcmp().
This commit is contained in:
parent
fd3e763656
commit
82ae30722f
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "char_strings/char_strings_wrap.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue