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

Fix to include system header files for using functions

This commit is contained in:
OBATA Akio 2021-10-04 17:30:46 +09:00
parent ed90eb7f45
commit 16fe76ed65
24 changed files with 25 additions and 5 deletions

View file

@ -60,7 +60,7 @@
#include <dirent.h>
#include <Dt/MsgCatP.h>
# include <sys/signal.h>
#include <signal.h>
# ifndef NULL
# define NULL 0