mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
raw1394: include stdlib.h for strtol()
Fixes compiler warning when compiling with xml stuff in core disabled.
This commit is contained in:
parent
e8cbbd22f8
commit
2e67ccde81
2 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include <libavc1394/avc1394.h>
|
#include <libavc1394/avc1394.h>
|
||||||
#include <libavc1394/avc1394_vcr.h>
|
#include <libavc1394/avc1394_vcr.h>
|
||||||
|
|
|
@ -41,6 +41,7 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include <libavc1394/avc1394.h>
|
#include <libavc1394/avc1394.h>
|
||||||
#include <libavc1394/avc1394_vcr.h>
|
#include <libavc1394/avc1394_vcr.h>
|
||||||
|
|
Loading…
Reference in a new issue