Skip to content

Commit d4a7de7

Browse files
committed
Android.mk: Add -DHAVE_STDINT_H to LOCAL_CFLAGS
See #200.
1 parent a6229a2 commit d4a7de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Android.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ LOCAL_C_INCLUDES += \
2323

2424
LOCAL_MODULE_TAGS := optional
2525
LOCAL_SHARED_LIBRARIES := libc
26-
LOCAL_CFLAGS += -O3
26+
LOCAL_CFLAGS += -O3 -DHAVE_STDINT_H=1
2727

2828
LOCAL_MODULE:= libjansson
2929

0 commit comments

Comments
 (0)