about summary refs log tree commit diff
path: root/misc/tst-dirname.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tst-dirname.c')
-rw-r--r--misc/tst-dirname.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/tst-dirname.c b/misc/tst-dirname.c
index 78eb1b5db0..472c290789 100644
--- a/misc/tst-dirname.c
+++ b/misc/tst-dirname.c
@@ -43,7 +43,9 @@ test (input, result)
 }
 
 int
-main ()
+main (argc, argv)
+     int argc;
+     char *argv[];
 {
   int result = 0;