| Summary: | kdeutils/kdepasswd/passwd.cpp lacks #include -> doesn't compile on Solaris | ||
|---|---|---|---|
| Product: | [Unmaintained] configure | Reporter: | Torsten Kasch <tk> |
| Component: | general | Assignee: | Stephan Kulow <coolo> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | drutitsky |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Solaris | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | patch for kdeutils/kdepasswd/passwd.cpp | ||
|
Description
Torsten Kasch
2003-12-26 09:36:15 UTC
Created attachment 3841 [details]
patch for kdeutils/kdepasswd/passwd.cpp
Applying the trivial patch which adds the missing #include fixed this problem.
Looks ok to me. Subject: kdeutils/kdepasswd CVS commit by mueller: fix compile CCMAIL: 71246-done@bugs.kde.org M +3 -1 passwd.cpp 1.13 --- kdeutils/kdepasswd/passwd.cpp #1.12:1.13 @@ -9,4 +9,6 @@ */ +#include <config.h> // setenv + #include <stdio.h> #include <stdlib.h> |