xbps-query/search.c: add missing assert.h.

This commit is contained in:
Juan RP 2012-12-06 10:58:11 +01:00
parent e277823268
commit 942db86eb5

View File

@ -39,6 +39,7 @@
#include <limits.h>
#include <libgen.h>
#include <fnmatch.h>
#include <assert.h>
#include <xbps_api.h>
#include "defs.h"