[PATCH] Fix dlls/ntdll/serial.c for linux-2.6.28

Pavel Troller patrol at sinus.cz
Sat Jan 3 13:49:30 CST 2009


Hi!
  This is necessary for 2.6.28...
  With regards, Pavel Troller
-------------- next part --------------
--- wine/dlls/ntdll/serial.c.old	2009-01-03 19:31:17.000000000 +0100
+++ wine/dlls/ntdll/serial.c	2009-01-03 20:45:41.000000000 +0100
@@ -74,6 +74,9 @@
 #include "wine/debug.h"
 
 #ifdef HAVE_LINUX_SERIAL_H
+#ifdef HAVE_ASM_TYPES_H 
+#include <asm/types.h>
+#endif
 #include <linux/serial.h>
 #endif
 


More information about the wine-patches mailing list