diff options
Diffstat (limited to 'findutils')
-rw-r--r-- | findutils/which.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/findutils/which.c b/findutils/which.c index f9d51f2..1d75244 100644 --- a/findutils/which.c +++ b/findutils/which.c @@ -21,6 +21,7 @@ * */ +/* getopt not needed */ #include <string.h> #include <stdio.h> #include <stdlib.h> |