From 253b251ff5d654d7f8f1fa93532bb95b91365b94 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 20 Sep 2007 21:35:41 +0200 Subject: [PATCH] fci.h: Include basetsd.h. --- include/fci.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/fci.h b/include/fci.h index 30bcce174b..6ced99fdc3 100644 --- a/include/fci.h +++ b/include/fci.h @@ -19,6 +19,8 @@ #ifndef __WINE_FCI_H #define __WINE_FCI_H +#include + #ifdef __cplusplus extern "C" { #endif /* defined(__cplusplus) */ -- 2.32.0.93.g670b81a890