From 6cdaf3fa84f382c798f730d43e47c7224cde4d12 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sat, 22 Dec 2001 21:57:24 +0000 Subject: [PATCH] Including pad.h should be enough. Original commit message from CVS: Including pad.h should be enough. --- libs/bytestream/gstbytestream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/bytestream/gstbytestream.h b/libs/bytestream/gstbytestream.h index 3906b22a3f..7061e93e08 100644 --- a/libs/bytestream/gstbytestream.h +++ b/libs/bytestream/gstbytestream.h @@ -20,7 +20,7 @@ #ifndef __GST_BYTESTREAM_H__ #define __GST_BYTESTREAM_H__ -#include +#include #ifdef __cplusplus extern "C" {