mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 18:25:41 +03:00
12 lines
301 B
Diff
12 lines
301 B
Diff
diff --git a/open-vm-tools/lib/err/errPosix.c b/open-vm-tools/lib/err/errPosix.c
|
|
index a34e819..0b773b7 100644
|
|
--- a/open-vm-tools/lib/err/errPosix.c
|
|
+++ b/open-vm-tools/lib/err/errPosix.c
|
|
@@ -29,6 +29,7 @@
|
|
#endif
|
|
|
|
#include <errno.h>
|
|
+#include <stdio.h>
|
|
#include <string.h>
|
|
#include <locale.h>
|
|
|