From 5e9f41d88e6df4de2375a1982d16e5853ddf6c98 Mon Sep 17 00:00:00 2001 From: Ashik Ameer Date: Wed, 24 Oct 2018 10:45:28 +0530 Subject: [PATCH] Update diningphil.c --- SSlab/6/diningphil.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SSlab/6/diningphil.c b/SSlab/6/diningphil.c index 91ba154..f21e431 100644 --- a/SSlab/6/diningphil.c +++ b/SSlab/6/diningphil.c @@ -1,7 +1,7 @@ #include #include #include -#include +#include //Hi #include int wait(int *mutex) @@ -95,4 +95,4 @@ int main() goto again; } -} \ No newline at end of file +}