missing headers

f.e's icon

Hello,

i'm using Cygwin on an Eclipse platform. I'm trying to build a "real"
cpu meter usage but, among a lot of others, i got a missing files
problem. Some headers i use call for and , which
i do not have anywhere...

Are they parts of the microsoft distribution ? Can i find a way for a
replacement in Cygwin ? Any clues ?

Best regards

f.e

Mark Pauley's icon

Check all of the subdirectories in your include dir too, some unixes
put them in /usr/include/sys/ etc. In that case, you'll have to
include them like #include

_Mark