components/*.c: include slstatus.h
authorNRK <nrk@disroot.org>
Wed, 26 Oct 2022 20:14:53 +0000 (02:14 +0600)
committerdrkhsh <me@drkhsh.at>
Wed, 26 Oct 2022 21:32:07 +0000 (23:32 +0200)
commit28ef0b242c32e8ae8b4df2b4b380e30bf581130f
tree2d415abf274f910a09059afaadcc6c146aa1b7a4
parentf29aa9ab0656c938ad0c0d4a6136ff25bd82ebf9
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.
23 files changed:
Makefile
components/battery.c
components/cpu.c
components/datetime.c
components/disk.c
components/entropy.c
components/hostname.c
components/ip.c
components/kernel_release.c
components/keyboard_indicators.c
components/keymap.c
components/load_avg.c
components/netspeeds.c
components/num_files.c
components/ram.c
components/run_command.c
components/separator.c
components/swap.c
components/temperature.c
components/uptime.c
components/user.c
components/volume.c
components/wifi.c