Re: [Libmesh-users] Missing include in xdr_cxx.C

2013-11-24 Thread Roy Stogner
On Sat, 23 Nov 2013, subramanya sadasiva wrote: > I got a missing definition error for getpid() while building libmesh > on Ubuntu. I corrected it locally by including unistd.h in xdr_cxx.C > . Oddly enough this is the first time this has happened. What's strange is that we've seen and corrected

[Libmesh-users] Missing include in xdr_cxx.C

2013-11-23 Thread subramanya sadasiva
Hi, I got a missing definition error for getpid() while building libmesh on Ubuntu. I corrected it locally by including unistd.h in xdr_cxx.C . Oddly enough this is the first time this has happened. Thanks, Subramanya --