blob: c7b9b004f2cda94b9b75f369d791c313c5412335 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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, ... */
|