components/*.c: include slstatus.h
this gives the compiler a chance to check weather the prototype and
definiton matches or not, which would catch issues like 3c47701
.
This commit is contained in:
parent
f29aa9ab06
commit
28ef0b242c
23 changed files with 23 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
#include <unistd.h>
|
||||
|
||||
#include "../util.h"
|
||||
#include "../slstatus.h"
|
||||
|
||||
#if defined(__OpenBSD__) | defined(__FreeBSD__)
|
||||
#include <sys/queue.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue