1
0
Fork 0
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:
Peter Howkins 2012-08-29 18:25:32 +01:00
parent fd3a620a68
commit 70552cb18d
2 changed files with 2 additions and 0 deletions

View file

@ -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>

View file

@ -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 */