Fix missing config.h and unistd.h includes which were apparently removed from gst/gst.h recently

Original commit message from CVS:
Fix missing config.h and unistd.h includes which were apparently removed from gst/gst.h recently
This commit is contained in:
Ronald S. Bultje 2003-07-03 15:55:12 +00:00
parent 909a77f92a
commit e6995d884c
2 changed files with 5 additions and 0 deletions

View file

@ -17,6 +17,10 @@
* Boston, MA 02111-1307, USA.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <string.h>
#include <sys/time.h>
#include "v4l2src_calls.h"

View file

@ -28,6 +28,7 @@
#include <sys/mman.h>
#include <string.h>
#include <errno.h>
#include <unistd.h>
#include "v4l2_calls.h"
#define DEBUG(format, args...) \