mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 19:52:20 +00:00
dtsr: include stdlib.h to resolve 20 incompaible implicit declaration warnings.
This commit is contained in:
parent
fd3a620a68
commit
70552cb18d
2 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,7 @@
|
|||
#include "SearchP.h"
|
||||
#include <limits.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <ctype.h>
|
||||
#include <signal.h>
|
||||
|
|
|
@ -143,6 +143,7 @@
|
|||
#include <errno.h>
|
||||
#include <locale.h>
|
||||
#include <sys/stat.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define MS_huff 30 /* message catalog set number */
|
||||
#define DELIMITERS "\t\n" /* betw fields in .huf file */
|
||||
|
|
Loading…
Reference in a new issue