Twin 0.4.6 and 0.5.1 install the header 'Tw/Tw1.h', not 'Tw/Tw_1.h'

SVN revision: 14778
This commit is contained in:
Mike Frysinger 2005-05-14 18:54:04 +00:00
parent 2bd03383fe
commit 7d190cc781
2 changed files with 5 additions and 1 deletions

View File

@ -5385,3 +5385,7 @@ Tue May 10 14:57:45 2005 Michael Jennings (mej)
Previous patch was incomplete; this fixes it.
----------------------------------------------------------------------
Sat May 14 18:56:55 2005 Michael Frysinger (vapier)
Twin 0.4.6 and 0.5.1 install the header 'Tw/Tw1.h', not 'Tw/Tw_1.h'.
----------------------------------------------------------------------

View File

@ -62,7 +62,7 @@
#ifdef NS_HAVE_TWIN
# include <Tw/Tw.h>
# include <Tw/Tw_1.h>
# include <Tw/Tw1.h>
# include <Tw/Twerrno.h>
#endif