[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Can't find includes to silence warnings



--Apple-Mail-1-289296596
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=US-ASCII;
	format=flowed


On Saturday, March 2, 2002, at 09:06 PM, Brant Vasilieff wrote:

> I'm having trouble finding the proper includes to silence some warning 
> messages.
>
> Warning implicit declaration of function 'getuid'
> Warning implicit declaration of function 'setuid'
> Warning implicit declaration of function 'gethostname'
> Warning implicit declaration of function 'close'
> Warning implicit declaration of function 'read'

#include <unistd.h> (or #import if you're using Obj-C).

  -- Finlay


--Apple-Mail-1-289296596
Content-Transfer-Encoding: 7bit
Content-Type: text/enriched;
	charset=US-ASCII


On Saturday, March 2, 2002, at 09:06 PM, Brant Vasilieff wrote:


<excerpt>I'm having trouble finding the proper includes to silence
some warning messages.


Warning implicit declaration of function 'getuid'

Warning implicit declaration of function 'setuid'

<color><param>0000,0000,DEDE</param>Warning implicit declaration of
function 'gethostname'

Warning implicit declaration of function 'close'

Warning implicit declaration of function 'read'

</color></excerpt>

#include <<unistd.h> (or #import if you're using Obj-C).


 -- Finlay



--Apple-Mail-1-289296596--