Skip to content

Commit 207082b

Browse files
authored
Add missing include
1 parent 9c4d61a commit 207082b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sound-pulse.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
#include <poll.h>
2323
#include <pulse/pulseaudio.h>
2424

25+
#include "int_box.h"
26+
2527
#ifndef PA_CHECK_VERSION
2628
#define PA_CHECK_VERSION(a,b,c) (0)
2729
#endif

0 commit comments

Comments
 (0)