Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 31142

Summary: ecore Headerfile is missing an include (of sys/types.h)
Product: Gentoo Linux Reporter: Daniel Albuschat <daniel>
Component: Current packagesAssignee: SpanKY <vapier>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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