bug-gnulib
[Top][All Lists]
Advanced

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

Re: _GL_UNISTD_H & _GL_INCLUDING_WINSOCK2_H


From: Sam Steingold
Subject: Re: _GL_UNISTD_H & _GL_INCLUDING_WINSOCK2_H
Date: Thu, 25 Aug 2011 12:47:48 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> * Sam Steingold <address@hidden> [2011-08-25 12:09:34 -0400]:
>
> .../modules/rawsock/rawsock.c:691:3: warning: implicit declaration of
> function `close_used_without_including_unistd_h'

the immediate cause appears to be that I include unistd.h after some
other headers (specifically,

#include <alloca.h>
#include <stdlib.h>
#include <sys/types.h>
#include <stdbool.h>
#include <windows.h>

) and then it bails out.
are you sure this is right?!

-- 
Sam Steingold (http://sds.podval.org/) on CentOS release 5.6 (Final) X 
11.0.60900031
http://jihadwatch.org http://ffii.org http://mideasttruth.com
http://iris.org.il http://truepeace.org http://www.PetitionOnline.com/tap12009/
If you're being passed on the right, you're in the wrong lane.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]