mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 02:20:33 -04:00
Showkeys is a simple program to display keys being pressed on the screen. WWW: https://github.com/nibrahim/showkeys
10 lines
180 B
C
10 lines
180 B
C
--- keystack.c.orig 2020-03-24 16:28:07 UTC
|
|
+++ keystack.c
|
|
@@ -11,6 +11,7 @@
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
+#include "config.h"
|
|
#include "keystack.h"
|
|
|
|
static void
|