--- src/kburndvd.cpp.orig Thu Jan 5 06:04:49 2006 +++ src/kburndvd.cpp Thu Jan 5 06:05:18 2006 @@ -24,7 +24,11 @@ #include #include #include -#include +#ifdef HAVE_STDINT_H + #include +#elif defined(HAVE_INTTYPES_H) + #include +#endif #include kBurnDVD::kBurnDVD()