blob: 893d4115977d781a175124fdd43c4f2c1cf993bf (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- libstroke-0.5.1-new/libstroke/stroke.c 2024-05-13 11:13:10.351037767 +0200
+++ libstroke-0.5.1-new/libstroke/stroke.c.new 2024-05-13 11:14:54.892227337 +0200
@@ -12,6 +12,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
+#include <string.h>
#ifdef STROKE_MOUSE_FOOTPRINTS
#include <X11/Xutil.h>
|