1 2 3 4 5 6 7 8 9
#include "xdg-shell-server-protocol.h" int main() { #ifdef XDG_SHELL_SERVER_PROTOCOL_H return 0; #else return 1; #endif }