blob: c92e2280e9731096feb531fa7341a92eee014924 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/util/subst.c
+++ b/util/subst.c
@@ -9,6 +9,7 @@
#include "config.h"
#else
#define HAVE_SYS_TIME_H
+#define HAVE_SYS_STAT_H
#endif
#include <stdio.h>
#include <errno.h>
|