summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backend.cpp1
1 files changed, 1 insertions, 0 deletions
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;