Define _GNU_SOURCE
[platform/core/api/notification.git] / notification / src / notification_shared_file.c
index c86cdeb..2f5d886 100644 (file)
@@ -13,6 +13,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE
+#endif
 
 #include <stdio.h>
 #include <string.h>