raw1394: include stdlib.h for strtol()

Fixes compiler warning when compiling with xml stuff in core disabled.
This commit is contained in:
Tim-Philipp Müller 2009-05-08 19:42:10 +01:00
parent e8cbbd22f8
commit 2e67ccde81
2 changed files with 2 additions and 0 deletions

View file

@ -42,6 +42,7 @@
#include <errno.h>
#include <fcntl.h>
#include <string.h>
#include <stdlib.h>
#include <libavc1394/avc1394.h>
#include <libavc1394/avc1394_vcr.h>

View file

@ -41,6 +41,7 @@
#include <errno.h>
#include <fcntl.h>
#include <string.h>
#include <stdlib.h>
#include <libavc1394/avc1394.h>
#include <libavc1394/avc1394_vcr.h>