~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to util.c

  • Committer: Matthew Fuller
  • Date: 2016-05-28 06:39:24 UTC
  • mto: This revision was merged to the branch mainline in revision 492.
  • Revision ID: fullermd@over-yonder.net-20160528063924-qyt7bkdrowa15mwo
Remove incorrect pre-ANSI potential override prototypes for malloc()
etc from ctwm.h.  While I'm at it, remove the stdlib.h include for
them, and add it directly to the files that need it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
#include "ctwm.h"
78
78
 
79
79
#include <stdio.h>
 
80
#include <stdlib.h>
80
81
#include <string.h>
81
82
#include <strings.h>
82
83
#include <stdbool.h>