mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
10 lines
180 B
C++
10 lines
180 B
C++
--- src/video/videomode.cpp.orig 2016-08-10 16:00:51 UTC
|
|
+++ src/video/videomode.cpp
|
|
@@ -18,6 +18,7 @@
|
|
*/
|
|
|
|
#include "videomode.h"
|
|
+#include <stdlib.h>
|
|
|
|
/**
|
|
@struct VideoMode
|