mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
PR: 270077 Reported by: John Wolfe <jwolfe@vmware.com> Sponsored by: Rubicon Communications, LLC ("Netgate")
14 lines
328 B
C++
14 lines
328 B
C++
--- services/plugins/dndcp/dndcp.cpp.orig 2023-03-07 22:57:07 UTC
|
|
+++ services/plugins/dndcp/dndcp.cpp
|
|
@@ -36,11 +36,9 @@
|
|
*/
|
|
#include <glib.h>
|
|
|
|
-extern "C" {
|
|
#include "vmware/guestrpc/tclodefs.h"
|
|
#include "vmware/tools/plugin.h"
|
|
#include "vmware/tools/utils.h"
|
|
-}
|
|
|
|
#include <string.h>
|
|
#include "copyPasteDnDWrapper.h"
|