chore: fix relative include path for r_error.h in string.h header
This commit is contained in:
parent
f8fbafa19a
commit
a985c56650
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user