Fixed path for include of windisp.h and winprint.h

This commit is contained in:
sjborley 2005-05-31 00:12:18 +00:00
parent 5be2f9fde9
commit e4e2de886f
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ static int nodev(void);
#endif
#ifdef HAS_WINDOWS /* Graphic-IO under MS Windows */
#include "windisp/windisp.h"
#include "windisp/winprint.h"
#include "wdisp/windisp.h"
#include "wdisp/winprint.h"
#endif
#include "plotting/plot5.h"