~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to session.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:
126
126
#include <X11/Xlib.h>
127
127
#include <X11/Xatom.h>
128
128
#include <stdio.h>
 
129
#include <stdlib.h>
129
130
#include <sys/stat.h>           /* For umask */
130
131
 
131
132
#include "ctwm_atoms.h"