|
From: Michael G. <mis...@ap...> - 2010-04-13 19:43:16
|
Thanks Markus, that fixes things equally well and is better than my proposal. Michael Grady On Apr 13, 2010, at 11:05 AM, Markus Scherer wrote: > On Tue, Apr 13, 2010 at 9:17 AM, Michael Grady <mis...@ap...> wrote: > I found we can fix this by re-introducing #include <sys/types.h> just before this section in platform.h.in, which was moved out to ptypes.h as part of the following change. > Since this change seems deliberate, is keeping <sys/types.h> in both places an OK solution, or can you think of a better one? > > umachine.h includes ptypes.h which includes platform.h and then sys/types.h. It seems like the simplest change would be to change just ptypes.h to include sys/types.h first. > > It's probably anyway safest to include system headers first. > > markus > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev_______________________________________________ > icu-design mailing list > icu...@li... > To Un/Subscribe: https://lists.sourceforge.net/lists/listinfo/icu-design |