summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--core/opie-login/passworddialogimpl.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/core/opie-login/passworddialogimpl.cpp b/core/opie-login/passworddialogimpl.cpp
index 852708e..d9132e2 100644
--- a/core/opie-login/passworddialogimpl.cpp
+++ b/core/opie-login/passworddialogimpl.cpp
@@ -27,3 +27,2 @@
-
#include <qlayout.h>
@@ -36,2 +35,4 @@
+
+
#include <sys/types.h>
@@ -43,2 +44,6 @@
+// Shitty gcc2 toolchain
+extern "C" char* crypt( const char*, const char* );
+
+