Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 gcl (2.6.10-9) unstable; urgency=high
 .
   * 2.6.11pre test 8
Author: Camm Maguire <camm@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- gcl-2.6.10.orig/h/protoize.h
+++ gcl-2.6.10/h/protoize.h
@@ -1780,7 +1780,6 @@ int bcmp ( const void *s1, const void *s
 void bcopy ( const void *s1, void *s2, size_t n );
 void bzero(void *b, size_t length);
 int TcpOutputProc ( int fd, char *buf, int toWrite, int *errorCodePtr, int block );
-void recreate_heap1 ( void );
 void gcl_init_shared_memory ( void );
 void fix_filename ( object pathname, char *filename1 );
 void alarm ( int n );
@@ -1791,6 +1790,10 @@ int sigismember ( sigset_t *set, int n )
 int sigprocmask ( int how, const sigset_t *set, sigset_t *oldset );
 #endif
 
+#if defined (__MINGW32__) || defined (__CYGWIN__)
+void recreate_heap1 ( void );
+#endif
+
 #ifdef GCL_GPROF
 void
 gprof_cleanup(void);
--- gcl-2.6.10.orig/o/unexnt.c
+++ gcl-2.6.10/o/unexnt.c
@@ -219,6 +219,7 @@ unexec (char *new_name, char *old_name,
   char filename[MAX_PATH];
   unsigned long size;
   char *ptr;
+  extern void cygwin_conv_to_full_win32_path(char *,char *);
 
   fflush (stdin);
   /* copy_stdin = *stdin; */
