diff options
-rw-r--r-- | src/xine-engine/buffer.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/xine-engine/buffer.h b/src/xine-engine/buffer.h index 7cf623c1e..339f556d1 100644 --- a/src/xine-engine/buffer.h +++ b/src/xine-engine/buffer.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: buffer.h,v 1.52 2002/06/25 03:37:52 tmmm Exp $ + * $Id: buffer.h,v 1.53 2002/06/26 15:55:49 jkeil Exp $ * * * contents: @@ -38,6 +38,10 @@ extern "C" { #endif +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <stdio.h> #include <pthread.h> #include <inttypes.h> |