]> git.tuebingen.mpg.de Git - paraslash.git/commit
Compilation fix for FreeBSD.
authorAndre Noll <maan@systemlinux.org>
Thu, 17 Nov 2011 09:27:30 +0000 (10:27 +0100)
committerAndre Noll <maan@systemlinux.org>
Thu, 17 Nov 2011 09:27:30 +0000 (10:27 +0100)
commit1b5c824581612cf5bf6c34f7f4472ed7a2eedbdd
tree69821738c0d0420182f38fd0b4e22b564586bf5b
parent3150a0caa27a34d44556fb77f4a5aebc3d978580
Compilation fix for FreeBSD.

Commit 25ca796b (daemon: Introduce parent_waits flag for
daemonize().) broke the compilation on FreeBSD due to signal.h not
being included. This patch adds the missing include.
daemon.c