blob: e4bb07a478654257b905b791ad4ed8548a0a089f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/fusepod_util.h.orig 2019-04-09 11:38:35 UTC
+++ src/fusepod_util.h
@@ -15,6 +15,7 @@
#ifndef _FUSEPOD_UTIL_H_
#define _FUSEPOD_UTIL_H_
+#include <strings.h>
#include <vector>
#include <string>
|