Summary: | Kalzium compilation fails - incorrcet include malloc.h | ||
---|---|---|---|
Product: | [Applications] kalzium | Reporter: | jeremyhu |
Component: | general | Assignee: | Kalzium Developers <kalzium> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Other | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
jeremyhu
2007-06-05 21:32:43 UTC
SVN commit 672520 by cniehaus: BUG:146425 M +1 -1 openbabel2wrapper.cpp --- trunk/KDE/kdeedu/kalzium/compoundviewer/openbabel2wrapper.cpp #672519:672520 @@ -21,7 +21,7 @@ #include <iostream> #include <fstream> #include <string.h> -#include <malloc.h> +#include <stdlib.h> #include <QMouseEvent> #include <QLayout> |