diff options
Diffstat (limited to 'src/kernel/sound/sound.h')
-rw-r--r-- | src/kernel/sound/sound.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel/sound/sound.h b/src/kernel/sound/sound.h index baf70b2..15c67c5 100644 --- a/src/kernel/sound/sound.h +++ b/src/kernel/sound/sound.h @@ -1,6 +1,8 @@ #ifndef MELVIX_SOUND_H #define MELVIX_SOUND_H +#include <stdint.h> + void beep(uint32_t frequency, uint32_t ticks); #endif |