1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98705

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