mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
PR: 216842 Submitted by: yuri@rawbw.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9462
10 lines
183 B
C++
10 lines
183 B
C++
--- src/video/videomode.cpp.orig 2017-01-29 12:48:48 UTC
|
|
+++ src/video/videomode.cpp
|
|
@@ -18,6 +18,7 @@
|
|
*/
|
|
|
|
#include "videomode.h"
|
|
+#include <stdlib.h>
|
|
|
|
/**
|
|
* @struct VideoMode
|