Changeset fe79260ae8261e9ec68084820b53d97567b07791

Show
Ignore:
Timestamp:
12/03/08 02:29:30 (7 months ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1205285370 -0700
git-parent:

[54faac8d12ad919ae868d667c1b4fa18606aedba]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1205283018 -0700
Message:

Include fix for Win32

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access_filter/timeshift.c

    rc01aca4 rfe79260  
    3232#include <vlc/vlc.h> 
    3333 
    34  
    3534#include <errno.h> 
    3635 
     
    4039 
    4140#include <unistd.h> 
     41 
     42#ifdef WIN32 
     43#  include <direct.h>                                        /* _wgetcwd  */ 
     44#endif 
    4245 
    4346/*****************************************************************************