X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcb_list.c;h=6f5c6119077a321863c38f24f1f68c2c95c33b3e;hb=b52790e8ed4bb077eabdeca803935d2910558acc;hp=3a18d908650414f58cf5e217591e9866fabdeb26;hpb=ed93a6a2a8e23f12380709de6e04b2d833df7e71;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"