mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
tests/check/elements/gdpdepay.c: I forgot to include the file containing the #define :)
Original commit message from CVS: * tests/check/elements/gdpdepay.c: (gdpdepay_suite): I forgot to include the file containing the #define :) Now includes "config.h"
This commit is contained in:
parent
703e3d00fd
commit
d4e9d1d429
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-08-08 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* tests/check/elements/gdpdepay.c: (gdpdepay_suite):
|
||||
I forgot to include the file containing the #define :)
|
||||
Now includes "config.h"
|
||||
|
||||
2006-08-08 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* tests/check/elements/gdpdepay.c: (gdpdepay_suite):
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue