fix(args): fixed a missing include in args
This commit is contained in:
parent
f71d0a2183
commit
f801894300
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "utils/args/args.h"
|
||||
|
||||
enum iob_mode
|
||||
{
|
||||
IOB_MODE_NULL = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue