Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 229865

Summary: app-text/notecase-1.9.3: building failed with gcc-4.3.1
Product: Gentoo Linux Reporter: Nikolay Orlyuk <virkony>
Component: New packagesAssignee: Raúl Porcel (RETIRED) <armin76>
Status: VERIFIED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    

Description Nikolay Orlyuk 2008-06-28 06:41:50 UTC
cstring header missed in notecase-1.9.3/src/_unx/ExecuteFile.cpp


Reproducible: Always

Steps to Reproduce:




--- notecase-1.9.3/src/_unx/ExecuteFile.cpp.orig	2008-03-27 14:39:14.000000000 +0200
+++ notecase-1.9.3/src/_unx/ExecuteFile.cpp	2008-06-28 08:59:19.000000000 +0300
@@ -11,6 +11,7 @@
 #include "../config.h"
 #include "../lib/debug.h"
 #include <string>
+#include <cstring>
 #include <vector>
 #include <algorithm>
Comment 1 Raúl Porcel (RETIRED) gentoo-dev 2008-06-28 14:40:35 UTC
Added, mind submitting it upstream? Thanks.