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>