summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-01-28 09:42:48 +0200
committerTor Lillqvist <tml@collabora.com>2015-01-28 09:42:53 +0200
commit69d7bdfb83e1073d676a0223fa0915a13a0e8fd6 (patch)
tree53a1f8bf664d45282af10132219fdbec5d05f0c1
parent0bac0582adac70380fe30ed16247b1b9f91d2680 (diff)
This typedef is not unused
Fix fallout from fe480d8136b204c8dc6c68916cce7e816f8b9c48. Change-Id: I36807f0e43311e66f4ccd3542a4c064d5ccd7430
-rw-r--r--sal/android/lo-bootstrap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/android/lo-bootstrap.c b/sal/android/lo-bootstrap.c
index bfcd02098b3c..4d318e86d772 100644
--- a/sal/android/lo-bootstrap.c
+++ b/sal/android/lo-bootstrap.c
@@ -115,6 +115,7 @@ static uint16_t cdir_entries;
* functions.
*/
+typedef struct direntry *direntry;
struct direntry {
UT_hash_handle hh;