Skip to content

Commit

Permalink
Add missing include string.h
Browse files Browse the repository at this point in the history
Include <string.h> for strdup() and strtok_r().
  • Loading branch information
rom1v committed Apr 13, 2020
1 parent 7eb16ce commit ea46d3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/sys/unix/command.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <limits.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/stat.h>
Expand Down

0 comments on commit ea46d3a

Please sign in to comment.