Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sahlberg/libnfs
Browse files Browse the repository at this point in the history
  • Loading branch information
sahlberg committed Jan 8, 2015
2 parents d18b335 + 54f9ae7 commit df137c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion utils/nfs-ls.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,15 @@ WSADATA wsaData;
#include <inttypes.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/statvfs.h>
#ifndef AROS
#ifdef ANDROID
#define statvfs statfs
#include <sys/vfs.h>
#else
#include <sys/statvfs.h>
#endif
#endif
#endif

#ifdef HAVE_UNISTD_H
#include <unistd.h>
Expand Down

0 comments on commit df137c4

Please sign in to comment.