After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 407160 - missing include for pid_t
missing include for pid_t
Status: RESOLVED FIXED
Product: gnome-keyring
Classification: Core
Component: general
0.7.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2007-02-12 18:54 UTC by Jens Granseuer
Modified: 2007-02-13 09:51 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
include sys/types.h (253 bytes, patch)
2007-02-12 18:55 UTC, Jens Granseuer
none Details | Review

Description Jens Granseuer 2007-02-12 18:54:19 UTC
I need to add the following include for 0.7.91. Otherwise, pid_t is not defined.
Comment 1 Jens Granseuer 2007-02-12 18:55:05 UTC
Created attachment 82409 [details] [review]
include sys/types.h
Comment 2 Wouter Bolsterlee (uws) 2007-02-13 09:51:28 UTC
Confirming
Comment 3 Wouter Bolsterlee (uws) 2007-02-13 09:51:51 UTC
2007-02-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>

        * gnome-keyring-daemon.h: Include sys/types.h to fix the
        build. Fixes bug #407160, patch by Jens Granseuer.