fs: fix include path for bfile.h

This commit is contained in:
Lephe 2021-12-15 13:32:39 +01:00
parent 6903bd58d5
commit 34c73ba0ba
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <bfile.h>
#include <gint/bfile.h>
int bfile_error_to_errno(int e)
{