live-bootstrap/steps/kbd-1.15/patches/fcntl.patch
2025-10-17 18:53:10 +11:00

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"