mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix build failure on amd64
Original commit message from CVS: 2005-01-26 Amaury Jacquot <sxpert@esitcom.org> * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix build failure on amd64
This commit is contained in:
parent
31d584add9
commit
b1aef77489
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
|
||||
* ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
|
||||
build failure on amd64
|
||||
|
||||
2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <gst/gst.h>
|
||||
#include "gsttextoverlay.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue