~ubuntu-branches/ubuntu/saucy/gstreamer0.10/saucy

« back to all changes in this revision

Viewing changes to gst/gstpoll.c

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-02-06 09:21:14 UTC
  • mfrom: (32.1.17 experimental)
  • Revision ID: package-import@ubuntu.com-20120206092114-oxvcwsaup3kmr6qf
Tags: 0.10.35.3-1
New upstream pre-release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
#define EINPROGRESS WSAEINPROGRESS
76
76
#else
77
77
#define _GNU_SOURCE 1
 
78
#ifdef HAVE_SYS_POLL_H
78
79
#include <sys/poll.h>
 
80
#endif
 
81
#ifdef HAVE_POLL_H
 
82
#include <poll.h>
 
83
#endif
79
84
#include <sys/time.h>
80
85
#include <sys/socket.h>
81
86
#endif