cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: make error

From: Michi 'Witty' <mailing-list_at_gmx.li>
Date: Mon, 20 Mar 2000 10:23:47 +0100

Sorry sending a second time - but my "."s were recogniced as end of
mail :-)!

Daniel Stenberg schrieb am 18.03.2000:
>On Sat, 18 Mar 2000, Michi 'Witty' wrote:
>
>> Here's the source of resource.h.
>
>> extern int getpriority(int, id_t); /*<---------*/
>> extern int setpriority(int, id_t, int);
>
>It seems as if perhaps the typedef for the 2nd parameter to
>getpriority() is
>the problem.
>
>You could probably try 'man getpriority' and see if the man page
>specifies
>what (other) includes files to include. My man pages tell me to
>include
><sys/resource.h> (Solaris 2) and <sys/time.h> plus <sys/resource.h>
>(Linux).
>The latter two are both #included.

#ifndef _H_RESOURCE
#define _H_RESOURCE

#ifndef _H_STANDARDS
#include <standards.h> /*<---------*/
#endif

#include <sys/time.h>
...

does this mean something?

thanks
Michael
Received on 2000-03-20