aboutsummaryrefslogtreecommitdiffstats
path: root/src/quit.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-11-18 22:28:51 +0100
committerMattias Andrée <maandree@operamail.com>2013-11-18 22:28:51 +0100
commit1a57451434b9941ea5497dba9017b715826608fd (patch)
tree4aa3e6d7aea29d91012e2822a78ccf743b060716 /src/quit.c
parentm (diff)
downloadlibpassphrase-1a57451434b9941ea5497dba9017b715826608fd.tar.gz
libpassphrase-1a57451434b9941ea5497dba9017b715826608fd.tar.bz2
libpassphrase-1a57451434b9941ea5497dba9017b715826608fd.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/quit.c')
-rw-r--r--src/quit.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/quit.c b/src/quit.c
index 3a0911d..f609197 100644
--- a/src/quit.c
+++ b/src/quit.c
@@ -16,6 +16,11 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <stdio.h>
+#include <unistd.h>
+
+#include "config.h"
+#include "passphrase.h"
#include "quit.h"