1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/japanese/iv/files/patch-af
Satoshi Asami 0a8553ab74 Japanized interviews.
Submitted by:	MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
1997-03-02 14:55:59 +00:00

17 lines
355 B
Plaintext

*** src/lib/InterViews/style.c.orig Wed Jan 17 10:36:19 1996
--- src/lib/InterViews/style.c Wed Jan 17 11:23:13 1996
***************
*** 41,47 ****
--- 41,51 ----
#include <OS/ustring.h>
#include <ctype.h>
#ifdef JIV
+ #ifdef __STDC__
+ #include <stdio.h>
+ #else
#include <libc.h>
+ #endif
#endif /* JIV */
declarePtrList(StyleList,Style)