Include string.h in hpwd.c

This commit is contained in:
Andrea Rogers 2024-06-28 20:55:30 -05:00
parent ca23080bcb
commit 9aeaf911d4

1
hpwd.c
View file

@ -24,6 +24,7 @@
# endif
# include <stdio.h>
# include <string.h>
# include "hfs.h"
# include "hcwd.h"