#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xos.h>
int main(){ (void)XOpenDisplay(NULL); return 0; }
