1 --- device/gamepad/hid_writer_linux.cc.orig 2022-02-28 16:54:41 UTC 2 +++ device/gamepad/hid_writer_linux.cc 3 @@ -2,6 +2,8 @@ 4 // Use of this source code is governed by a BSD-style license that can be 5 // found in the LICENSE file. 6 7 +#include <unistd.h> 8 + 9 #include "device/gamepad/hid_writer_linux.h" 10 11 #include <unistd.h> 12