mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
This should fix audio output issues addressed in the PR PR: 214393 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) Reported by: <aeuii@posteo.de>
10 lines
183 B
C++
10 lines
183 B
C++
--- src/video/videomode.cpp.orig 2016-11-13 15:20:00 UTC
|
|
+++ src/video/videomode.cpp
|
|
@@ -18,6 +18,7 @@
|
|
*/
|
|
|
|
#include "videomode.h"
|
|
+#include <stdlib.h>
|
|
|
|
/**
|
|
* @struct VideoMode
|