Browse Source

fix #54

pull/56/head
Max Lv 10 years ago
parent
commit
a9e7dad7c8
1 changed files with 2 additions and 0 deletions
  1. 2
      src/utils.c

2
src/utils.c

@ -2,7 +2,9 @@
#include <unistd.h>
#include <string.h>
#include <errno.h>
#ifndef __MINGW32__
#include <pwd.h>
#endif
#include <sys/types.h>
#include <sys/stat.h>

Loading…
Cancel
Save