added winsockcompat.h to EXTRA_DIST to fix bug #96586 Daniel

* include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
  fix bug #96586
Daniel
diff --git a/include/Makefile.am b/include/Makefile.am
index cd4d00c..7dbfaa5 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
 SUBDIRS=libxml
 
-EXTRA_DIST = win32config.h
+EXTRA_DIST = win32config.h wsockcompat.h