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
@ -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…
x
Reference in New Issue
Block a user