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

@@ -23,6 +23,7 @@
/* $TOG: Debug.c /main/5 1998/04/06 13:32:19 mgreess $ */
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <signal.h>
#include <errno.h>
#include <X11/Intrinsic.h>