smlinux/net/cifs-utils/musl-fix-includes.patch
2022-02-13 15:56:03 +05:30

11 lines
300 B
Diff

--- cifs-utils-6.2.orig/mount.h
+++ cifs-utils-6.2/mount.h
@@ -20,6 +20,8 @@
#ifndef _MOUNT_H_
#define _MOUNT_H_
+#include <paths.h>
+
/* exit status - bits below are ORed */
#define EX_USAGE 1 /* incorrect invocation or permission */
#define EX_SYSERR 2 /* out of memory, cannot fork, ... */