diff options
Diffstat (limited to 'src/stdio/ferror.c')
| -rw-r--r-- | src/stdio/ferror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/ferror.c b/src/stdio/ferror.c index d4e014d4..66f76a67 100644 --- a/src/stdio/ferror.c +++ b/src/stdio/ferror.c @@ -1,5 +1,5 @@ #include <stdio.h> -#include "../_assert.h" +#include "_assert.h" #include "_stdio.h" /** tests the file stream error indicator **/ |
