summaryrefslogtreecommitdiff
path: root/src/ln.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ln.c')
-rw-r--r--src/ln.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ln.c b/src/ln.c
index a1f3b285c..48a1fafb6 100644
--- a/src/ln.c
+++ b/src/ln.c
@@ -28,6 +28,7 @@
#include "dirname.h"
#include "error.h"
#include "quote.h"
+#include "yesno.h"
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "ln"
@@ -87,7 +88,6 @@ int symlink ();
while (0)
int isdir ();
-int yesno ();
/* The name by which the program was run, for error messages. */
char *program_name;