From 00bcc12b0416992570a19ae0e0e694ee36892c2e Mon Sep 17 00:00:00 2001 From: rotheprajwal25 <31725235+rotheprajwal25@users.noreply.github.com> Date: Sat, 5 Oct 2019 10:21:57 +0530 Subject: [PATCH] Update dirent.c --- dirent.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dirent.c b/dirent.c index 18d1ae3..c2864b2 100644 --- a/dirent.c +++ b/dirent.c @@ -2,6 +2,8 @@ #include +#include +#include #include // for including all directories functions int main() { @@ -19,4 +21,4 @@ position=telldir(dp); printf("%d",telldir(dp)); closedir(dp); return 0; -} \ No newline at end of file +}