~ubuntu-branches/ubuntu/lucid/gecko-mediaplayer/lucid-proposed

« back to all changes in this revision

Viewing changes to src/libgmlib/gm_file.c

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Tirabassi
  • Date: 2009-09-24 13:55:35 UTC
  • mfrom: (1.1.14 upstream) (0.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20090924135535-ftwq9l1ntkt9tdfp
Tags: 0.9.8-1ubuntu1
* Merge from debian unstable (LP: #434106), remaining changes:
  - change Build-Depends iceape-dev to libxul-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 */
24
24
 
25
25
#include "gm_file.h"
 
26
#include <string.h>
 
27
#include <stdio.h>
 
28
#include <unistd.h>
 
29
#include <sys/socket.h> 
26
30
 
27
31
gchar *gm_tempname(gchar * path, const gchar * name_template)
28
32
{