diff options
Diffstat (limited to 'src/_syscall.h')
-rw-r--r-- | src/_syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_syscall.h b/src/_syscall.h index ca47048a..aa97fadf 100644 --- a/src/_syscall.h +++ b/src/_syscall.h @@ -3,7 +3,7 @@ #include <errno.h> #ifndef ENOSYS -#include "errno/ENOSYS.c" +#include "errno/ENOSYS.h" #endif #define SYSCALL(_name, _type, _err, _a1, _a2, _a3, _a4, _a5, _a6) \ |