]> git.tuebingen.mpg.de Git - paraslash.git/commit
Add some missing includes.
authorAndre Noll <maan@systemlinux.org>
Sun, 29 Dec 2013 14:32:43 +0000 (14:32 +0000)
committerAndre Noll <maan@systemlinux.org>
Sat, 22 Feb 2014 15:49:29 +0000 (16:49 +0100)
commitf08b3d684d761560969b70de99f309bbd60d7b2e
treeaac96b7bf141d3cf4b190f72e6863cd10665488a
parent0910a94780eec4fd2fe37e797d192a88828da553
Add some missing includes.

Letting .c files include their "own" header file guarantees that the
declaration in the header file stays in sync with the definition.

Eventually we may even enable gcc's -Wmissing-declarations, but
we're not there yet, mainly due to command handlers, init functions
and completers.

Note that including signal.h in signal.c required two other includes
since the header file defines a task structure.
acl.c
chunk_queue.c
close_on_fork.c
mood.c
signal.c
version.c
write_common.c