mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-11 05:37:05 -04:00
13 lines
422 B
C++
13 lines
422 B
C++
$NetBSD: patch-Tools_DumpRenderTree_gtk_DumpRenderTree.cpp,v 1.1 2013/05/09 14:04:42 joerg Exp $
|
|
|
|
--- Tools/DumpRenderTree/gtk/DumpRenderTree.cpp.orig 2012-11-23 20:12:19.000000000 +0000
|
|
+++ Tools/DumpRenderTree/gtk/DumpRenderTree.cpp
|
|
@@ -46,6 +46,7 @@
|
|
#include "WorkQueueItem.h"
|
|
#include <JavaScriptCore/JavaScript.h>
|
|
#include <cassert>
|
|
+#include <clocale>
|
|
#include <cstdlib>
|
|
#include <cstring>
|
|
#include <getopt.h>
|