From f31d24a0a1236c774e77b9bdb69eab870dddb8e9 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 28 Mar 2011 10:27:07 +0000 Subject: * configure.in: Check for windows.h, not Windows.h. * configure: Regenerate. * plugin.c: Include windows.h, not Windows.h. --- ld/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/plugin.c') diff --git a/ld/plugin.c b/ld/plugin.c index d4bbfe78..6a14f22 100644 --- a/ld/plugin.c +++ b/ld/plugin.c @@ -33,7 +33,7 @@ #include "plugin-api.h" #include "elf-bfd.h" #if !defined (HAVE_DLFCN_H) && defined (HAVE_WINDOWS_H) -#include +#include #endif /* Report plugin symbols. */ -- cgit v1.1