ports/security/pam_howdy/files/patch-enter__device.cc
Alexey Yushkin 8bb4370846 security/pam_howdy: + PAM module for Howdy Face Recognition.
This is a beta version for the upcoming release.

Co-authored-by: Alexey Donskov <voxnod@gmail.com>

Reviewed by:	arrowd
2023-03-29 14:38:17 +03:00

10 lines
246 B
C++

--- enter_device.cc.orig 2023-03-08 16:41:32 UTC
+++ enter_device.cc
@@ -3,6 +3,7 @@
#include <cstring>
#include <memory>
#include <stdexcept>
+#include <string>
EnterDevice::EnterDevice()
: raw_device(libevdev_new(), &libevdev_free),