widget: add -D__STDC_FORMAT_MACROS

Origin commit data
------------------
Commit: 15e6203ca2
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-11-22 (Fri, 22 Nov 2013)
This commit is contained in:
2013-11-22 21:42:50 +01:00
parent 7e9227bb99
commit ee4a674dc8

View File

@@ -1,4 +1,4 @@
AM_CPPFLAGS = -fno-rtti -fno-exceptions
AM_CPPFLAGS = -fno-rtti -fno-exceptions -D__STDC_FORMAT_MACROS
AM_CPPFLAGS += \
-I$(top_builddir) \