made it compile on XP_MAC, still needs a user interface to choose multiple files.

This commit is contained in:
beard%netscape.com 1999-04-04 01:30:45 +00:00
Родитель f0a852fade
Коммит c74304e962
2 изменённых файлов: 8 добавлений и 0 удалений

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

@ -22,7 +22,11 @@
#include "xpt_xdr.h"
#include <stdio.h>
#ifdef XP_MAC
#include <stat.h>
#else
#include <sys/stat.h>
#endif
#include <stdlib.h>
#include <string.h>
#include "prlong.h"

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

@ -22,7 +22,11 @@
#include "xpt_xdr.h"
#include <stdio.h>
#ifdef XP_MAC
#include <stat.h>
#else
#include <sys/stat.h>
#endif
#include <stdlib.h>
#include <string.h>
#include "prlong.h"