* DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c: #include
stdio.h so that snprintf is defined.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@20879
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-04-13 Adam Roben <aroben@apple.com>
+
+ Rubberstamped by Anders.
+
+ * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c: #include
+ stdio.h so that snprintf is defined.
+
2007-04-13 Brady Eidson <beidson@apple.com>
Reviewed by Anders
#include "TestObject.h"
#include <assert.h>
+#include <stdio.h>
static void pluginInvalidate(NPObject *obj);
static bool pluginHasProperty(NPObject *obj, NPIdentifier name);