Browse Source

Fix bustage on OSX with ./configure CC=cc CXX=c++ (clang)

Nils Maier 12 years ago
parent
commit
62f842579d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/util.cc

+ 1 - 1
src/util.cc

@@ -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>