1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtscreen: include stdlib to avoid exit redeclaration

Signed-off-by: Robert Tomsick <robert@tomsick.net>
This commit is contained in:
Robert Tomsick 2012-08-08 23:10:01 -04:00 committed by Jon Trulson
parent ab926254fd
commit 5787b85d52

View file

@ -109,6 +109,7 @@
nl_catd scmc_catd; /* Cat descriptor for scmc conversion */
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
#include <string.h>