void-packages/srcpkgs/libgsm/patches/gsm-1.0.12-memcpy.patch
2022-08-13 10:31:23 +07:00

10 lines
140 B
Diff

--- a/src/code.c
+++ b/src/code.c
@@ -8,6 +8,7 @@
#include "config.h"
+#include <string.h>
#ifdef HAS_STRING_H
#include <string.h>