Fix implicit declaration warning for atoi(). Thansk to Brian Ryner bryner@uiuc.edu for this fix.

This commit is contained in:
mcafee%netscape.com 1999-05-29 08:56:53 +00:00
Родитель 3834941d92
Коммит 143ed22419
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -18,6 +18,7 @@
#include <stdio.h>
#include <assert.h>
#include <stdlib.h>
#include "nsCOMPtr.h"