Include <utime.h> where needed instead of system.h
- include unconditionally as we dont try to deal with utime() missing
This commit is contained in:
parent
3786b6640e
commit
eaeadb40ac
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include "system.h"
|
||||
|
||||
#include <utime.h>
|
||||
#include <rpm/rpmte.h>
|
||||
#include <rpm/rpmts.h>
|
||||
#include <rpm/rpmsq.h>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#define _USE_COPY_LOAD /* XXX don't use DB_DBT_MALLOC (yet) */
|
||||
|
||||
#include <sys/file.h>
|
||||
#include <utime.h>
|
||||
|
||||
#ifndef DYING /* XXX already in "system.h" */
|
||||
#include <fnmatch.h>
|
||||
|
|
Loading…
Reference in New Issue