--- lib/videocodec/Module.h.orig Fri Oct 6 13:01:34 2000 +++ lib/videocodec/Module.h Fri Oct 6 13:02:09 2000 @@ -4,6 +4,12 @@ #include #include #include +#if (defined(__unix__) || defined(unix)) && !defined(USG) +#include +#endif +#if (defined(BSD) && (BSD >= 199103)) +#include +#endif using namespace std; class VideoCodecControl;