--- steghide-0.5.1/src/AuSampleValues.cc 2003-09-28 12:30:30.000000000 -0300 +++ steghide-0.5.1.new/src/AuSampleValues.cc 2005-03-24 22:31:49.000000000 -0300 @@ -18,7 +18,10 @@ * */ +#ifndef SH_AUSAMPLEVALUES_H +#define SH_AUSAMPLEVALUES_H #include "AuSampleValues.h" +#include "common.h" // AuMuLawSampleValue const BYTE AuMuLawSampleValue::MinValue = 0 ; @@ -35,3 +38,5 @@ // AuPCM32SampleValue const SWORD32 AuPCM32SampleValue::MinValue = SWORD32_MIN ; const SWORD32 AuPCM32SampleValue::MaxValue = SWORD32_MAX ; + +#endif // ndef SH_AUSAMPLEVALUES_H