Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/fusepod/files: fusepod-0.5.2-missing_include.patch
Date: Wed, 30 Mar 2011 15:42:42
Message-Id: 20110330154233.2FEEE20057@flycatcher.gentoo.org
1 ssuominen 11/03/30 15:42:33
2
3 Added: fusepod-0.5.2-missing_include.patch
4 Log:
5 Initial commit, see ChangeLog for details
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-pda/fusepod/files/fusepod-0.5.2-missing_include.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/fusepod/files/fusepod-0.5.2-missing_include.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/fusepod/files/fusepod-0.5.2-missing_include.patch?rev=1.1&content-type=text/plain
14
15 Index: fusepod-0.5.2-missing_include.patch
16 ===================================================================
17 diff -ur fusepod-0.5.2.orig/src/fusepod_util.h fusepod-0.5.2/src/fusepod_util.h
18 --- fusepod-0.5.2.orig/src/fusepod_util.h 2006-06-27 01:06:32.000000000 +0300
19 +++ fusepod-0.5.2/src/fusepod_util.h 2011-03-30 18:39:06.000000000 +0300
20 @@ -15,6 +15,9 @@
21 #ifndef _FUSEPOD_UTIL_H_
22 #define _FUSEPOD_UTIL_H_
23
24 +#include <stdio.h> /* sprintf */
25 +#include <string.h> /* strcasecmp */
26 +
27 #include <vector>
28 #include <string>