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:
parent
ab926254fd
commit
5787b85d52
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue