Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31142 - ecore Headerfile is missing an include (of sys/types.h)
Summary: ecore Headerfile is missing an include (of sys/types.h)
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-14 12:05 UTC by Daniel Albuschat
Modified: 2003-10-14 12:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Albuschat 2003-10-14 12:05:25 UTC
In the file /usr/include/Ecore_X.h there is a struct called
_Ecore_X_Event_Window_Prop_Pid_Change at line 414.
One element is of type pid_t, which is not declared, since
sys/types.h is not included. To fix this, just put
#include <sys/types.h>
at the top of the file.
Comment 1 SpanKY gentoo-dev 2003-10-14 12:13:02 UTC
no package should ever include Ecore header files without including Ecore.h
first