blob: 6ee0311b3035c8cacb4227b1f71d0e1ef4bf0256 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./libmultipath/util.h.orig
+++ ./libmultipath/util.h
@@ -1,6 +1,8 @@
#ifndef _UTIL_H
#define _UTIL_H
+#include <sys/types.h>
+
size_t strchop(char *);
int basenamecpy (const char * src, char * dst, int);
int filepresent (char * run);
|