slstatus/components
Josuah Demangeon ea2e2bd004 include <sys/time.h> before <sys/sensors.h> for time struct timeval
sys/sensors.h has two structs struct timeval: sensor and ksensor:

	struct sensor {
		...
		struct timeval tv;		/* sensor value last change time */
		...
	};
2018-05-08 15:05:29 +02:00
..
battery.c Fix coding style 2018-05-06 22:28:56 +02:00
cpu.c cpu: Simplify functions 2018-05-07 11:39:59 +02:00
datetime.c datetime: Add <stdio.h> for fprintf 2018-05-06 22:41:56 +02:00
disk.c Fix indents (spaces for alignment) 2018-05-07 13:48:43 +02:00
entropy.c entropy: Small fix 2018-05-06 23:09:36 +02:00
hostname.c Fix coding style 2018-05-06 22:28:56 +02:00
ip.c Unify header includes 2018-05-07 11:21:59 +02:00
kernel_release.c Format error messages properly 2018-03-28 19:46:27 +02:00
keyboard_indicators.c Fix coding style 2018-05-06 22:28:56 +02:00
load_avg.c Format error messages properly 2018-03-28 19:46:27 +02:00
num_files.c num_files: Variable declarations at top of block 2018-05-07 12:17:13 +02:00
ram.c Unify header includes 2018-05-07 11:21:59 +02:00
run_command.c Fix coding style 2018-05-06 22:28:56 +02:00
swap.c Fix coding style 2018-05-06 22:28:56 +02:00
temperature.c include <sys/time.h> before <sys/sensors.h> for time struct timeval 2018-05-08 15:05:29 +02:00
uptime.c Fix coding style 2018-05-06 22:28:56 +02:00
user.c user: Only declare variables in the beginning 2018-05-02 08:42:55 +02:00
volume.c Unify header includes 2018-05-07 11:21:59 +02:00
wifi.c wifi_perc: Simplify 2018-05-07 12:25:34 +02:00