dtscreen: include stdlib to avoid exit redeclaration
Signed-off-by: Robert Tomsick <robert@tomsick.net>
This commit is contained in:
parent
ab926254fd
commit
5787b85d52
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue