Bug 1201

Summary: Trying to compile SRPM of control-panel fails without addition of two header files..
Product: [Retired] Red Hat Linux Reporter: Bruce Z. Lysik <eldrik>
Component: control-panelAssignee: David Lawrence <dkl>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-02-16 21:41:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bruce Z. Lysik 1999-02-16 16:24:34 UTC
While trying to compile control-panel from source, I ran
into the problem that a bunch of functions weren't being
found.  (fprintf, malloc, and others which I can't remember)

To solve this, I added these two lines to control-panel.c:
#include <stdio.h>
#include <stdlib.h>

Then the program was able to compile normally.

Comment 1 Bill Nottingham 1999-02-16 21:41:59 UTC
this was fixed in some later version of control panel...