aboutsummaryrefslogtreecommitdiff
path: root/lib/confirm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/confirm.c')
-rw-r--r--lib/confirm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/confirm.c b/lib/confirm.c
index ff60440..550a822 100644
--- a/lib/confirm.c
+++ b/lib/confirm.c
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2015 Sergey Poznyakoff.
+ Copyright (C) 2012-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
@@ -12,12 +12,13 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Eclat. If not, see <http://www.gnu.org/licenses/>. */
#include "libeclat.h"
+#include <unistd.h>
#include <sysexits.h>
int
eclat_confirm(enum eclat_confirm_mode mode, const char *prompt, ...)
{
int rc;

Return to:

Send suggestions and report system problems to the System administrator.