talos-extensions/storage/mdadm/patches/mdadm-include-sysmacros.patch
Andrey Smirnov 2f97116a50
feat: update dependencies
```
| Package | Update | Change |
|---|---|---|
| [https://github.com/qemu/qemu.git](https://togithub.com/qemu/qemu) | patch | `8.2.2` -> `8.2.3` |
| [kubernetes/cloud-provider-aws](https://togithub.com/kubernetes/cloud-provider-aws) | minor | `v1.28.1` -> `v1.30.0` |
| [tailscale/tailscale](https://togithub.com/tailscale/tailscale) | minor | `1.62.1` -> `1.64.2` |
```

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
2024-05-09 21:28:23 +04:00

11 lines
173 B
Diff

--- a/mdadm.h
+++ b/mdadm.h
@@ -34,6 +34,7 @@
#endif
#include <sys/types.h>
+#include <sys/sysmacros.h>
#include <sys/stat.h>
#include <stdint.h>
#include <stdlib.h>