mirror of https://github.com/aria2/aria2
Fix bustage on OSX with ./configure CC=cc CXX=c++ (clang)
parent
e4bd910d43
commit
62f842579d
|
@ -34,7 +34,7 @@
|
||||||
/* copyright --> */
|
/* copyright --> */
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
#include <signal.h>
|
#include <sys/signal.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#ifdef HAVE_PWD_H
|
#ifdef HAVE_PWD_H
|
||||||
# include <pwd.h>
|
# include <pwd.h>
|
||||||
|
|
Loading…
Reference in New Issue