OSDN Git Service

e2fsck: fix build under dietlibc
authorTheodore Ts'o <tytso@mit.edu>
Fri, 19 Sep 2014 04:48:24 +0000 (00:48 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 19 Sep 2014 04:48:24 +0000 (00:48 -0400)
commitcbe867f039bce2377af36e6b27d69f168d806b6c
tree70f13e73911317d00dd719eb214b8ea143816b31
parent0c49965fb69e7a8fac7043bea186323aa1c2197a
e2fsck: fix build under dietlibc

The asm_types.h file needs to include stdio.h and stdlib.h in order to
get integer types included.  So add those includes into jfs_user.h to
avoid a build faliure under dietlibc.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/jfs_user.h