diff --git a/network/module/MANIFEST b/network/module/MANIFEST index 60da2a6ad4f0..bf529dc0fbbd 100644 --- a/network/module/MANIFEST +++ b/network/module/MANIFEST @@ -11,3 +11,4 @@ nsIPostToServer.h nsIHttpUrl.h nsINetContainerApplication.h nsIRefreshUrl.h +nsIConnectionInfo.h diff --git a/network/module/Makefile b/network/module/Makefile index f73ad39f4211..595e07e3cc7d 100644 --- a/network/module/Makefile +++ b/network/module/Makefile @@ -44,6 +44,7 @@ EXPORTS = nsIStreamListener.h \ nsIHttpUrl.h \ nsINetContainerApplication.h \ nsIRefreshUrl.h \ + nsIConnectionInfo.h \ $(NULL) include $(DEPTH)/config/config.mk diff --git a/network/module/makefile.win b/network/module/makefile.win index df7c1d4e9a24..f94174001b91 100644 --- a/network/module/makefile.win +++ b/network/module/makefile.win @@ -31,6 +31,7 @@ EXPORTS = nsIStreamListener.h \ nsIRelatedLinks.h \ nsINetContainerApplication.h \ nsIRefreshUrl.h \ + nsIConnectionInfo.h \ $(NULL) DIRS = tests