diff --git a/legacy/evil/src/lib/dirent.h b/legacy/evil/src/lib/dirent.h index ee2710ce34..3fe9d12866 100644 --- a/legacy/evil/src/lib/dirent.h +++ b/legacy/evil/src/lib/dirent.h @@ -49,7 +49,7 @@ * @typedef DIR * @brief A structure that describes a directory stream. */ -typedef struct dirent DIR; +typedef struct DIR DIR; /** * @struct dirent