diff options
author | Joe <rbo@gmx.us> | 2024-12-24 21:29:47 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-12-24 21:29:47 +0100 |
commit | 27c5492e1046f1455a2690e48a56b5d4b64f00bf (patch) | |
tree | 16ab9e08b2ee38a34e61e805278abfa8d02a6944 /dwmblocks.c | |
parent | up (diff) | |
download | dwmblocks-27c5492e1046f1455a2690e48a56b5d4b64f00bf.tar.gz dwmblocks-27c5492e1046f1455a2690e48a56b5d4b64f00bf.tar.bz2 dwmblocks-27c5492e1046f1455a2690e48a56b5d4b64f00bf.tar.xz dwmblocks-27c5492e1046f1455a2690e48a56b5d4b64f00bf.tar.zst dwmblocks-27c5492e1046f1455a2690e48a56b5d4b64f00bf.zip |
up
Diffstat (limited to 'dwmblocks.c')
-rw-r--r-- | dwmblocks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dwmblocks.c b/dwmblocks.c index 7d65521..7ecf3b1 100644 --- a/dwmblocks.c +++ b/dwmblocks.c @@ -7,6 +7,7 @@ #include <errno.h> #include <X11/Xlib.h> #include <sys/types.h> +#include <bsd/string.h> #define LENGTH(X) (sizeof(X) / sizeof (X[0])) #define CMDLENGTH 50 |