Description of problem: The header file /usr/include/libnotify/notifynotification.h includes config.h at line 21. This breaks building 3rd party apps. Version-Release number of selected component (if applicable): libnotify-0.3.0-4.2 How reproducible: Everytime Steps to Reproduce: 1. problem can be seen by inspecting the file given. Additional info: When packaging, might want to grep for config.h and edit it out or its its used, then rename the file to libnotify-config.h
Please update to latest upstream releases and make sure we only include config.h in the .c files and not the .h files.