fingerprint-gui: fix musl build

This commit is contained in:
Michael Gehring 2016-04-12 05:15:50 +02:00
parent 36351b6bf8
commit dcad191f37
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- src/FingerprintPAM.cpp.orig 2016-04-12 05:13:32.786979623 +0200
+++ src/FingerprintPAM.cpp 2016-04-12 05:13:58.427980946 +0200
@@ -38,6 +38,7 @@
#include <errno.h>
#include <pwd.h>
#include <string>
+#include <limits.h>
#include "../include/Globals.h"