mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
This is a beta version for the upcoming release. Co-authored-by: Alexey Donskov <voxnod@gmail.com> Reviewed by: arrowd
10 lines
246 B
C++
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),
|