mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
0a8553ab74
Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
17 lines
355 B
Plaintext
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)
|