xbps-repo/index.c: add missing header.

--HG--
extra : convert_revision : daac81a5c27b79e9a6eebc5c57f5d0d034ef091b
This commit is contained in:
Juan RP 2009-08-13 15:40:13 +02:00
parent 68c12ce4bb
commit 09cede6d8a

View file

@ -30,6 +30,7 @@
#include <errno.h>
#include <dirent.h>
#include <sys/utsname.h>
#include <sys/stat.h>
#include <xbps_api.h>
#include "index.h"