summaryrefslogblamecommitdiff
path: root/user/hfsutils/fix-missing-header.patch
blob: eb71bd3518dbc551c5a3ef691eac73efed191519 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                   
diff -ur a/hpwd.c b/hpwd.c
--- a/hpwd.c	2024-12-08 04:40:31.343764325 +0000
+++ b/hpwd.c	2024-12-08 04:40:45.768172918 +0000
@@ -24,6 +24,7 @@
 # endif
 
 # include <stdio.h>
+# include <string.h>
 
 # include "hfs.h"
 # include "hcwd.h"