chore: fix relative include path for r_error.h in string.h header

This commit is contained in:
retoor 2026-01-29 01:29:33 +00:00
parent f8fbafa19a
commit a985c56650

View File

@ -3,7 +3,7 @@
#ifndef R_STRING_H
#define R_STRING_H
#include "../include/r_error.h"
#include "../r_error.h"
#include <stddef.h>
#include <stdbool.h>