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>