From 942db86eb52ecc16fdb6373f1cdbcd441698f094 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 6 Dec 2012 10:58:11 +0100 Subject: [PATCH] xbps-query/search.c: add missing assert.h. --- bin/xbps-query/search.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/xbps-query/search.c b/bin/xbps-query/search.c index f96e3459..903fd138 100644 --- a/bin/xbps-query/search.c +++ b/bin/xbps-query/search.c @@ -39,6 +39,7 @@ #include #include #include +#include #include #include "defs.h"