Browse Source

Fix #981

pull/986/head
Max Lv 8 years ago
parent
commit
24b407c37d
1 changed files with 1 additions and 1 deletions
  1. 2
      src/utils.c

2
src/utils.c

@ -31,11 +31,11 @@
#include <ctype.h>
#ifndef __MINGW32__
#include <pwd.h>
#include <grp.h>
#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <grp.h>
#include "utils.h"

Loading…
Cancel
Save