blob: 9d64d3480e8f13b032d0329e9e40556a9a2c61e3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- device/gamepad/hid_writer_linux.cc.orig 2025-05-07 06:48:23 UTC
+++ device/gamepad/hid_writer_linux.cc
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <unistd.h>
+
#include "device/gamepad/hid_writer_linux.h"
#include <unistd.h>
|