mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 08:33:54 +00:00
14ec308514
Broken by 366f1525ff
in #32140.
10 lines
195 B
Diff
10 lines
195 B
Diff
--- a/lib/stat.c
|
|
+++ b/lib/stat.c
|
|
@@ -48,4 +48,6 @@ orig_stat (const char *filename, struct stat *buf)
|
|
#include "sys/stat.h"
|
|
|
|
+#include "stat-time.h"
|
|
+
|
|
#include <errno.h>
|
|
#include <limits.h>
|