mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add a missing prototype to fix a warning.
This commit is contained in:
parent
f10e85d797
commit
584884ca0c
1 changed files with 2 additions and 0 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue