aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2022-10-25 01:39:47 +0200
committerTeddy Wing2022-10-25 01:40:56 +0200
commite1960e2b094f476d6c81849bb889ac3191a6ba65 (patch)
tree5c1c0ce1a3154a8e48fbcff2f02055e5c803d335
parent425bc1c25bd676e3ed52f92434cb44643f83da45 (diff)
downloadSSVLSystemAlertVolume-e1960e2b094f476d6c81849bb889ac3191a6ba65.tar.bz2
Include CoreFoundation
`Float32` and `OSStatus` are defined in CoreFoundation so we should include it.
-rw-r--r--SSVLSystemAlertVolume.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/SSVLSystemAlertVolume.h b/SSVLSystemAlertVolume.h
index e67d43d..fd31e10 100644
--- a/SSVLSystemAlertVolume.h
+++ b/SSVLSystemAlertVolume.h
@@ -2,6 +2,7 @@
#define SSVLSystemAlertVolume_h
#include <AudioToolbox/AudioToolbox.h>
+#include <CoreFoundation/CoreFoundation.h>
OSStatus SSVLGetSystemVolume(Float32 *volume);
OSStatus SSVLSetSystemVolume(Float32 volume);