File gnome-applets-modemlights-kernel-includes.patch of Package gnome-applets
https://bugzilla.novell.com/show_bug.cgi?id=342036 --- modemlights/modemlights.c +++ modemlights/modemlights.c @@ -41,6 +41,7 @@ #endif #ifdef __linux__ +#define aligned_u64 unsigned long long __attribute__((aligned(8))) #include <linux/if_ppp.h> #include <sys/ioctl.h> #include <sys/types.h>