summaryrefslogtreecommitdiff
path: root/firmware/common/strcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/common/strcat.c')
-rw-r--r--firmware/common/strcat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/common/strcat.c b/firmware/common/strcat.c
index e3366d7405..221529519c 100644
--- a/firmware/common/strcat.c
+++ b/firmware/common/strcat.c
@@ -1,3 +1,5 @@
1#include <string.h>
2
1char *strcat(char *s1, 3char *strcat(char *s1,
2 const char *s2) 4 const char *s2)
3{ 5{