Fix the building error due to libnet-clinet not uploaded to RSA yet
authorKairong Yin <kairong78.yin@samsung.com>
Thu, 27 Sep 2012 17:00:07 +0000 (10:00 -0700)
committerMyoungJune Park <mj2004.park@samsung.com>
Fri, 5 Oct 2012 02:13:37 +0000 (11:13 +0900)
Change-Id: I8222c4994b5d78989fbd13e16da885de5e96de8e

setting-network/src/setting-network-connection-create.c

index ea87885..34896cc 100755 (executable)
@@ -19,7 +19,9 @@
  *
  */
 #include <setting-network-connection-create.h>
-
+#ifndef NET_SERVICE_APPLICATION
+#define  NET_SERVICE_APPLICATION 0x06
+#endif
 static int setting_network_connection_create(void *cb);
 static int setting_network_connection_destroy(void *cb);
 static int setting_network_connection_update(void *cb);