Summary: | compilation stops because of strdup() undefined | ||
---|---|---|---|
Product: | [Unmaintained] arts | Reporter: | Cyril Plisko <Cyril.Plisko> |
Component: | general | Assignee: | Stefan Westerfeld <stefan> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Solaris | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Cyril Plisko
2003-02-02 14:38:57 UTC
Subject: ARTS_1_1_BRANCH: arts/mcop CVS commit by staikos: Apply the patch for 53905. It's been sitting there for over 4 months now. :( CCMAIL: 53905-done@bugs.kde.org M +1 -0 connection.cc 1.14.6.2 --- arts/mcop/connection.cc #1.14.6.1:1.14.6.2 @@ -25,4 +25,5 @@ #include "debug.h" #include <stdio.h> +#include <string.h> // for Solaris #include <queue> #include <algorithm> |