--- xfce4-cpugraph-plugin-0.3/panel-plugin/os.c 2007-03-21 06:30:27.850380000 +0100 +++ xfce4-cpugraph-plugin-0.3/panel-plugin/os.c 2007-03-21 06:30:52.000000000 +0100 @@ -4,7 +4,7 @@ #include "os.h" -#if defined (__linux__) +#if defined (__linux__) || defined(__GLIBC__) long GetCPUUsage (int *oldusage, int *oldtotal) { long cpu, nice, system, idle, used, total;