aboutsummaryrefslogtreecommitdiff
path: root/coreutils/dirname.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/dirname.c')
-rw-r--r--coreutils/dirname.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/dirname.c b/coreutils/dirname.c
index 7f191c1b9..8313e99c6 100644
--- a/coreutils/dirname.c
+++ b/coreutils/dirname.c
@@ -21,6 +21,8 @@
*
*/
+/* getopt not needed */
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>