? diff.txt Index: Signals.cpp =================================================================== RCS file: /var/cvs/llvm/llvm/lib/System/Win32/Signals.cpp,v retrieving revision 1.5 diff -u -r1.5 Signals.cpp --- Signals.cpp 23 Sep 2004 14:47:10 -0000 1.5 +++ Signals.cpp 24 Sep 2004 13:14:29 -0000 @@ -13,6 +13,7 @@ #include "Win32.h" #include +#include #include #ifdef __MINGW_H Index: Win32.h =================================================================== RCS file: /var/cvs/llvm/llvm/lib/System/Win32/Win32.h,v retrieving revision 1.1 diff -u -r1.1 Win32.h --- Win32.h 15 Sep 2004 05:48:11 -0000 1.1 +++ Win32.h 24 Sep 2004 13:14:29 -0000 @@ -31,3 +31,5 @@ throw s; } + +