This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[mingw32] DUMA's missing include


Hi,

I just built the i686-unknown-mingw32 toolchain, where I got errors 
about undefined symbol building DUMA. There was one include missing to 
build it for mingw32. It is my first time here and I currently don't 
know a better way to commit a patch. If it was wrong, just tell how I 
could make it better next time :)

Filipp

diff -durN duma_2_5_15.orig/print.c duma_2_5_15/print.c
--- duma_2_5_15.orig/print.c    2013-06-11 08:19:32.929986085 +0200
+++ duma_2_5_15/print.c    2013-06-11 08:21:07.369983168 +0200
@@ -42,7 +42,7 @@
    #include <windows.h>
    #include <winbase.h>
    #include <io.h>
-
+  #include <fcntl.h>
  #ifndef __CYGWIN__
    /* already defined in cygwin headers */
    typedef LPVOID caddr_t;

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]