all repos — tint2 @ f4384b786cba4d24e5248f8983bcce6e72eb39e5

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Fix includes in strlcat
o9000 mrovi9000@gmail.com
commit

f4384b786cba4d24e5248f8983bcce6e72eb39e5

parent

5bc83561e0e9030e6c0bc777aa377c2fa81591f4

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/util/strlcat.csrc/util/strlcat.c

@@ -20,6 +20,7 @@ */

#include <stddef.h> #include <stdint.h> +#include <string.h> #include "strlcat.h"