mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dthelpview: Util.c include stdlib to avoid redeclaring exit()
Signed-off-by: Robert Tomsick <robert@tomsick.net>
This commit is contained in:
parent
974053aab1
commit
c12927e208
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
|||
|
||||
/* System Include Files */
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include <X11/Intrinsic.h>
|
||||
|
|
Loading…
Reference in a new issue