Add a missing prototype to fix a warning.

This commit is contained in:
mux 2002-06-23 21:29:00 +00:00
parent fbbaa9503a
commit af8d245e93

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_ */