Add a missing prototype to fix a warning.

This commit is contained in:
Maxime Henrion 2002-06-23 21:29:00 +00:00
parent f10e85d797
commit 584884ca0c

View file

@ -33,4 +33,6 @@ extern u_long tick_increment;
extern u_long tick_freq;
extern u_long tick_MHz;
int sysbeep(int, int);
#endif /* !_MACHINE_CLOCK_H_ */