hfsutils: add missing includes

This commit is contained in:
Wolfgang Thaller 2023-12-28 00:59:39 +01:00
parent 1ee050839f
commit ede7d46d0e
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,8 @@
* $Id: data.h,v 1.7 1998/11/02 22:08:58 rob Exp $
*/
#include <time.h>
extern const unsigned char hfs_charorder[];
signed char d_getsb(register const unsigned char *);

View File

@ -19,6 +19,8 @@
* $Id: data.h,v 1.5 1998/04/11 08:27:18 rob Exp $
*/
# include <time.h>
extern const unsigned char hfs_charorder[];
signed char d_getsb(const unsigned char *);