X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcb_list.c;h=6f5c6119077a321863c38f24f1f68c2c95c33b3e;hb=c16cc5467eb0af7c5cdee16e6efaee54eb53bba6;hp=3a18d908650414f58cf5e217591e9866fabdeb26;hpb=a3bd6f4760b5b3f5f360a690920839646e2b9d06;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcb_list.c b/src/xcb_list.c index 3a18d90..6f5c611 100644 --- a/src/xcb_list.c +++ b/src/xcb_list.c @@ -25,6 +25,10 @@ /* A generic implementation of a list of void-pointers. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include "xcb.h"