aports/main/cifs-utils/musl-fix-includes.patch

12 lines
300 B
Diff
Raw Normal View History

2013-12-17 14:01:38 +00:00
--- 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, ... */