summaryrefslogtreecommitdiff
path: root/src/notification_noti.c
diff options
context:
space:
mode:
authorMyungki Lee <mk5004.lee@samsung.com>2016-11-29 10:55:33 +0900
committerMyungki Lee <mk5004.lee@samsung.com>2016-11-29 10:56:11 +0900
commit7fe2ac856f547ef7f0bb9c0e21f365a958557b3d (patch)
tree28a2ed86c03a949cbedecce073656b9519fc5fb8 /src/notification_noti.c
parentcd36234f45b2fba0d44a7bd626d1e0bbd6d9d4bb (diff)
downloadnotification-7fe2ac856f547ef7f0bb9c0e21f365a958557b3d.tar.gz
notification-7fe2ac856f547ef7f0bb9c0e21f365a958557b3d.tar.bz2
notification-7fe2ac856f547ef7f0bb9c0e21f365a958557b3d.zip
Add define _GNU_SOURCE for strerror_r
- Only GNU strerror_r return char * Signed-off-by: Myungki Lee <mk5004.lee@samsung.com> Change-Id: I3057780e88574f8ec8af7f48063544be1508612d
Diffstat (limited to 'src/notification_noti.c')
-rwxr-xr-xsrc/notification_noti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notification_noti.c b/src/notification_noti.c
index 440f374..635d60b 100755
--- a/src/notification_noti.c
+++ b/src/notification_noti.c
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
+#define _GNU_SOURCE
#include <stdio.h>
#include <string.h>
#include <stdlib.h>