This commit is contained in:
mcafee%netscape.com 1999-01-26 02:51:10 +00:00
Родитель 2b6f512af3
Коммит 338d600211
2 изменённых файлов: 6 добавлений и 1 удалений

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

@ -24,11 +24,13 @@ include $(DEPTH)/config/autoconf.mk
CPPSRCS = localfile.cpp
LOCAL_INCLUDES = -I/usr/include/sys
LOCAL_INCLUDES =
REQUIRES =
LIBS = \
-lxpcom \
-lraptorbase \
$(NSPR_LIBS) \
$(NULL)

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

@ -32,7 +32,10 @@
*/
#ifndef XP_UNIX
#include <io.h>
#endif
#include "nsIContent.h"
#include "nsIEventQueueService.h"
#include "nsIInputStream.h"