fix(string_utils): update include sys/types.h -> stddef.h
This commit is contained in:
parent
6b539d1eac
commit
e569439e78
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef STRING_UTILS_H
|
||||
#define STRING_UTILS_H
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stddef.h>
|
||||
|
||||
/*
|
||||
* @brief trims leading blank characters (space and tab) from the input string.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue