xbps-repo/index.c: add missing header.
--HG-- extra : convert_revision : daac81a5c27b79e9a6eebc5c57f5d0d034ef091b
This commit is contained in:
parent
68c12ce4bb
commit
09cede6d8a
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include <sys/utsname.h>
|
#include <sys/utsname.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#include <xbps_api.h>
|
#include <xbps_api.h>
|
||||||
#include "index.h"
|
#include "index.h"
|
||||||
|
|
Loading…
Reference in a new issue