From 2374843a9d6228bc09f514797cd84b5dda466a2b Mon Sep 17 00:00:00 2001 From: Gunnar Dalsnes Date: Thu, 17 Feb 2005 10:44:57 +0000 Subject: [PATCH] fix typo svn path=/trunk/; revision=13614 --- reactos/lib/crt/stdio/wtmpnam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/crt/stdio/wtmpnam.c b/reactos/lib/crt/stdio/wtmpnam.c index dca653f8e0e..be2782c301a 100644 --- a/reactos/lib/crt/stdio/wtmpnam.c +++ b/reactos/lib/crt/stdio/wtmpnam.c @@ -2,4 +2,4 @@ #define _UNICODE #define UNICODE -#import "tmpnam.c" +#include "tmpnam.c"