mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-24 17:29:38 +00:00
hfsutils: add missing includes
This commit is contained in:
parent
1ee050839f
commit
ede7d46d0e
@ -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 *);
|
||||
|
@ -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 *);
|
||||
|
Loading…
Reference in New Issue
Block a user