blob: 2e8a47a6a3dd868bdd74471c7816ec29b4a561cb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
*** 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)
|