mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +00:00
Include config.h (bug 104009)
Original commit message from CVS: Include config.h (bug 104009)
This commit is contained in:
parent
10e56bda1e
commit
46571ec266
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@
|
|||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in a new issue