mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
20 lines
405 B
Plaintext
20 lines
405 B
Plaintext
|
*** zkfvflib.c.orig Sat Nov 9 19:23:11 1996
|
||
|
--- zkfvflib.c Sat Nov 9 19:23:26 1996
|
||
|
***************
|
||
|
*** 19,25 ****
|
||
|
#include "files.h"
|
||
|
|
||
|
/* Including the header file for VFlib. */
|
||
|
! #include "VF.h"
|
||
|
#ifdef __MSDOS__
|
||
|
# include "dos_.h"
|
||
|
#endif
|
||
|
--- 19,25 ----
|
||
|
#include "files.h"
|
||
|
|
||
|
/* Including the header file for VFlib. */
|
||
|
! #include <VF.h>
|
||
|
#ifdef __MSDOS__
|
||
|
# include "dos_.h"
|
||
|
#endif
|