diff options
author | Jeff Hamilton <jham@android.com> | 2011-03-11 16:23:46 -0600 |
---|---|---|
committer | Jeff Hamilton <jham@android.com> | 2011-03-11 16:23:46 -0600 |
commit | 354aeee4f256f2bfb013a1f11324b7f54386fedd (patch) | |
tree | 238c2600e6834f5a4829fe1a98dff40a5ecb1cb6 /inc | |
parent | 4f3ef022906e5d3b763fbcfe81e3f5cd53976ab5 (diff) | |
download | external_libnfc-nxp-354aeee4f256f2bfb013a1f11324b7f54386fedd.zip external_libnfc-nxp-354aeee4f256f2bfb013a1f11324b7f54386fedd.tar.gz external_libnfc-nxp-354aeee4f256f2bfb013a1f11324b7f54386fedd.tar.bz2 |
Fix a compilation bug with PHDBG_TRACES enabled.
Change-Id: I6f3a96b9b063b66f735ff97c1aa63aaaad0a03b9
Diffstat (limited to 'inc')
-rw-r--r-- | inc/phDbgTrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/phDbgTrace.h b/inc/phDbgTrace.h index 7333866..b0890cb 100644 --- a/inc/phDbgTrace.h +++ b/inc/phDbgTrace.h @@ -31,7 +31,7 @@ #define PHDBGTRACE_H /*@}*/ - +#include <stdio.h> #ifdef PHDBG_TRACES |