core: Fix compilation in MeeGo
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Wed, 26 Oct 2011 07:15:58 +0000 (10:15 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 26 Oct 2011 09:00:12 +0000 (11:00 +0200)
commit62e46276c3529ec4fb7cb8fb372ce7be9e3dc21a
tree7266ee3c986bd6b9ba05cbbc5e6714937a2e2d7e
parent61f8be7c7da5a4caa26742d9bb1b50aef40fc79e
core: Fix compilation in MeeGo

The _GNU_SOURCE needs to be defined so that O_CLOEXEC
symbols can be found in system header files.
The source does not compile without the patch in MeeGo 1.2
src/inet.c
src/resolver.c
src/rfkill.c
src/timezone.c