Index: dlls/ttydrv/ttydrv.h =================================================================== RCS file: /home/wine/wine/dlls/ttydrv/ttydrv.h,v retrieving revision 1.16 diff -u -r1.16 ttydrv.h --- dlls/ttydrv/ttydrv.h 28 Mar 2002 22:22:06 -0000 1.16 +++ dlls/ttydrv/ttydrv.h 29 Mar 2002 17:40:20 -0000 @@ -30,6 +30,8 @@ # include #elif defined(HAVE_CURSES_H) # include +#else +# error You need either ncurses or curses fully installed to compile ttydrv #endif #include "windef.h"