freebsd-ports/x11-toolkits/vdk/files/patch-include__vdk__FileDialog.h
Martin Wilke 0d05be16d0 - Update to 2.4.2
PR:		141821
Submitted by:	Ports Fury
2009-12-22 11:25:49 +00:00

12 lines
252 B
C

--- include/vdk/FileDialog.h.orig Sun Jun 5 20:03:15 2005
+++ include/vdk/FileDialog.h Sun Jun 5 20:03:31 2005
@@ -35,7 +35,9 @@
#ifndef _USE_FNMATCH
# include <regex.h>
#else
+extern "C" {
# include <fnmatch.h>
+}
#endif
#include <dirent.h>