1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-25 12:10:03 +00:00

Fix this def.

This commit is contained in:
Brenden Matthews 2022-12-27 08:59:53 -05:00 committed by Brenden Matthews
parent 00a16a776c
commit 3e827ba82f

View File

@ -60,7 +60,7 @@ void print_distribution(struct text_object *, char *, unsigned int);
void determine_longstat_file(void);
extern char e_iface[50];
extern char e_iface[64];
extern char interfaces_arr[MAX_NET_INTERFACES][64];
#endif /* _LINUX_H */