mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
16 lines
366 B
Diff
16 lines
366 B
Diff
SPDX-FileCopyrightText: 2021 Samuel Tyler <samuel@samuelt.me>
|
|
|
|
SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
Add missing fcntl header.
|
|
|
|
--- kbd-1.15/src/kbdrate.c 2021-07-22 22:35:53.671970814 +1000
|
|
+++ kbd-1.15/src/kbdrate.c 2021-07-22 22:36:10.038096797 +1000
|
|
@@ -94,6 +94,7 @@
|
|
};
|
|
|
|
#include <signal.h>
|
|
+#include <fcntl.h>
|
|
|
|
#include "nls.h"
|
|
#include "version.h"
|