From 5e9c892e13727083a055d28477fff3df88cc106d Mon Sep 17 00:00:00 2001
From: Andreas Loibl <andreas@andreas-loibl.de>
Date: Sun, 14 Oct 2012 02:54:42 +0200
Subject: added missing import

---
 backend.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/backend.cpp b/backend.cpp
index 87a0145..c415f53 100644
--- a/backend.cpp
+++ b/backend.cpp
@@ -3,6 +3,7 @@
 #include <QTime>
 #include <stdlib.h>
 #include <math.h>
+#include <crypt.h>
 #include "config.h"
 
 Backend* Backend::_instance;
-- 
cgit v1.0