Fixed compilation error: implicit declaration of function 'getpgid' 02/27302/2 devel
authorNataliia Koval <nataliia.koval@globallogic.com>
Tue, 9 Sep 2014 15:13:49 +0000 (18:13 +0300)
committerNataliia Koval <nataliia.koval@globallogic.com>
Thu, 11 Sep 2014 10:34:13 +0000 (13:34 +0300)
Change-Id: I6bf9754c39e93716df56523d96b0c54117669013
Signed-off-by: Nataliia Koval <nataliia.koval@globallogic.com>
client/net_nfc_client_se.c
daemon/net_nfc_server_context.c

index 3b8e0b8d475ab13a0e70c285ed097d41f797e53e..b2919d2cd5fa81cf96072659c01d9d4e8ce0f026 100644 (file)
@@ -13,6 +13,8 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+#define _GNU_SOURCE
 #include <vconf.h>
 
 #include "net_nfc_typedef_internal.h"
index e3f47baec81f6e922401d16878752317798bf1a2..9528a3e1cb33fda0743076840e16929f511732aa 100644 (file)
@@ -14,6 +14,7 @@
  * limitations under the License.
  */
 
+#define _GNU_SOURCE
 #include <unistd.h>
 #include <glib.h>