diff options
author | Teddy Wing | 2022-10-25 01:35:56 +0200 |
---|---|---|
committer | Teddy Wing | 2022-10-25 01:35:56 +0200 |
commit | 5a5d8b96cec6dca93bc6eb277b9766625a6d75c4 (patch) | |
tree | b24b9b714c09e8fc2a94a24ca4877d01a242a6ef /SSVLSystemAlertVolume.c | |
parent | 72f2271a0a02b857e4654bd742dcedbfdd1a2d10 (diff) | |
download | SSVLSystemAlertVolume-5a5d8b96cec6dca93bc6eb277b9766625a6d75c4.tar.bz2 |
Add a header file
Diffstat (limited to 'SSVLSystemAlertVolume.c')
-rw-r--r-- | SSVLSystemAlertVolume.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SSVLSystemAlertVolume.c b/SSVLSystemAlertVolume.c index a795568..b425bf8 100644 --- a/SSVLSystemAlertVolume.c +++ b/SSVLSystemAlertVolume.c @@ -1,4 +1,4 @@ -#include <AudioToolbox/AudioToolbox.h> +#include "SSVLSystemAlertVolume.h" const AudioServicesPropertyID SSVLAudioServicesPropertySystemAlertVolume = 'ssvl'; |