Pavel Troller : ntdll: Fix serial.c for linux-2.6.28.

Alexandre Julliard julliard at winehq.org
Sun Jan 4 09:09:15 CST 2009


Module: wine
Branch: master
Commit: 0f6b925bdc47bb4b7520aa9ee700e268476c02d7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0f6b925bdc47bb4b7520aa9ee700e268476c02d7

Author: Pavel Troller <patrol at sinus.cz>
Date:   Sat Jan  3 20:49:30 2009 +0100

ntdll: Fix serial.c for linux-2.6.28.

---

 dlls/ntdll/serial.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dlls/ntdll/serial.c b/dlls/ntdll/serial.c
index dc16cc5..40262a4 100644
--- a/dlls/ntdll/serial.c
+++ b/dlls/ntdll/serial.c
@@ -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-cvs mailing list