mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
c0ff713fb9
Also when building with clang make the build quieter by not spamming about c11 keywords. Submitted by: stefanf@ (combined patches with) [1]
11 lines
304 B
C++
11 lines
304 B
C++
--- Tools/DumpRenderTree/gtk/ImageDiff.cpp.orig 2013-09-11 12:29:19.000000000 +0200
|
|
+++ Tools/DumpRenderTree/gtk/ImageDiff.cpp 2013-09-11 12:29:38.000000000 +0200
|
|
@@ -30,6 +30,7 @@
|
|
#include <algorithm>
|
|
#include <cmath>
|
|
#include <cstdio>
|
|
+#include <cstdlib>
|
|
#include <cstring>
|
|
#include <gdk/gdk.h>
|
|
|