~ubuntu-branches/ubuntu/precise/libmtp/precise-proposed

« back to all changes in this revision

Viewing changes to examples/thumb.c

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-12-14 22:32:10 UTC
  • mto: (16.1.3 sid) (0.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: james.westby@ubuntu.com-20091214223210-vekc5340wzmz54bw
Tags: upstream-1.0.1
ImportĀ upstreamĀ versionĀ 1.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21
21
 * Boston, MA 02111-1307, USA.
22
22
 */
 
23
#include "config.h"
23
24
#include "common.h"
24
25
#include "string.h"
25
26
#include <fcntl.h>
28
29
#include <unistd.h>
29
30
#include <limits.h>
30
31
#include <sys/types.h>
 
32
#ifdef HAVE_SYS_UIO_H
31
33
#include <sys/uio.h>
 
34
#endif
32
35
#include <sys/stat.h>
33
36
 
34
37
static void usage(void) {