got the bin hex decoder to build on linux. patch by mscott. r/sr=sspitzer

This commit is contained in:
sspitzer%netscape.com 2001-06-28 01:06:46 +00:00
Родитель 498d0fc72f
Коммит 7adbc5bde2
2 изменённых файлов: 2 добавлений и 1 удалений

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

@ -44,6 +44,7 @@ CPPSRCS = \
nsHTTPCompressConv.cpp \
nsTXTToHTMLConv.cpp \
nsIndexedToHTML.cpp \
nsBinHexDecoder.cpp \
$(NULL)
# we don't want the shared lib, but we want to force the creation of a

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

@ -33,7 +33,7 @@
#include "nsIURI.h"
#include "nsIURL.h"
#include "nsIMimeService.h"
#include "nsIMIMEService.h"
#include "nsMimeTypes.h"
#include "nsCExternalHandlerService.h"