Module: wine Branch: master Commit: 0f6b925bdc47bb4b7520aa9ee700e268476c02d7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0f6b925bdc47bb4b7520aa9ee7...
Author: Pavel Troller patrol@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