-rw-r--r-- | include/dirent.h | 2 |
diff --git a/include/dirent.h b/include/dirent.h index d445f80a..5aa8510b 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -15,7 +15,7 @@ extern "C" { #include <bits/alltypes.h> -typedef struct __DIR_s DIR; +typedef struct __dirstream DIR; struct dirent { |