Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
android: fix typo in #include header
Signed-off-by: Jason Cooper <cyanogen@lakedaemon.net>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
Jason Cooper authored and David Woodhouse committed Jul 18, 2011
1 parent 95b9b40 commit 3f72edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Expand Up @@ -8,7 +8,7 @@ common_SRC_FILES := \
ssl.c http.c version.c auth.c library.c \
openconnect-internal.h openconnect.h

common_CFLAGS += -DANDROID -DIF_TUN_HDR="linux/if_tun.h"
common_CFLAGS += -DANDROID -DIF_TUN_HDR="<linux/if_tun.h>"

common_C_INCLUDES += \
$(JNI_H_INCLUDE) \
Expand Down

0 comments on commit 3f72edf

Please sign in to comment.