Whamcloud - gitweb
libext2fs: Don't include ss/ss.h except when debugging
authorTheodore Ts'o <tytso@mit.edu>
Mon, 23 Jun 2008 18:10:43 +0000 (14:10 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 23 Jun 2008 18:10:43 +0000 (14:10 -0400)
commit92e94afe4cc52deeef120941e6ac4d8ca4cda55e
treed461b683dfa34084cf2ce218e1cd85c576a55469
parent5882a3cbfa7370f92d4dbf3cd64de78529194252
libext2fs: Don't include ss/ss.h except when debugging

extent.c should only try to include ss/ssh.h when it is compiled with
-DDEBUG.  Otherwise it's not necessary and it breaks the Debian MIPS
build (and the Debian MIPS build only) because it tries to build
libext2fs without building libss as part of a MIPS-specific build
rule.

Addresses-Debian-Bug: #487675

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/extent.c