explicitly include <stdlib.h>

git-svn-id: svn://10.0.0.236/trunk@48324 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1999-09-20 05:32:36 +00:00
parent 1ddb6a5195
commit ac3d03bc50
6 changed files with 6 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
#include <ctype.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "nsString.h"
#include "nsDebug.h"
#include "nsCRT.h"