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 3b8e0b8..b2919d2 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 e3f47ba..9528a3e 100644 (file)
@@ -14,6 +14,7 @@
  * limitations under the License.
  */
 
+#define _GNU_SOURCE
 #include <unistd.h>
 #include <glib.h>