mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 16:06:42 +02:00
12 lines
283 B
Diff
12 lines
283 B
Diff
diff --git a/lib/util/ttbl.c b/lib/util/ttbl.c
|
|
index 12bf5c7..f98ebed 100644
|
|
--- a/lib/util/ttbl.c
|
|
+++ b/lib/util/ttbl.c
|
|
@@ -26,6 +26,7 @@
|
|
#include <stdint.h>
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
#include "hidrd/util/buf.h"
|
|
#include "hidrd/util/ttbl.h"
|
|
|