ntdll: Fix serial.c for linux-2.6.28.

This commit is contained in:
Pavel Troller 2009-01-03 20:49:30 +01:00 committed by Alexandre Julliard
parent fc13c70b78
commit 0f6b925bdc
1 changed files with 3 additions and 0 deletions

View File

@ -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