commit 1e7acf4c54c369c252ade269dad2508eefb0744f parent 88c61c17e8b1631080f381d199d762534c88a1b8 Author: sin <sin@2f30.org> Date: Sat, 28 Jun 2014 11:28:44 +0100 No need to include sys/ioctl.h in watch(1) Diffstat:
M | watch.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/watch.c b/watch.c @@ -1,5 +1,4 @@ /* See LICENSE file for copyright and license details. */ -#include <sys/ioctl.h> #include <unistd.h> #include <stdio.h> #include <stdlib.h>