fix(string_utils): update include sys/types.h -> stddef.h

This commit is contained in:
william.valenduc 2026-01-19 18:12:28 +00:00
parent 6b539d1eac
commit e569439e78

View file

@ -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.