diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-05-18 23:25:25 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-05-18 23:25:25 -0400 |
commit | 52704441a89095cada7269ab5ed60d059cf8ed7b (patch) | |
tree | 410dc5a7dbd3913224863f1ccb91e92f8a8e04c9 /app | |
parent | e460279f2e311b9060a9354f2a41c9b8ffc8d5c8 (diff) | |
download | iceweasel-uxp-52704441a89095cada7269ab5ed60d059cf8ed7b.tar.gz |
more broken path fixes
Diffstat (limited to 'app')
-rw-r--r-- | app/nsBrowserApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/nsBrowserApp.cpp b/app/nsBrowserApp.cpp index 6928b38..5b51d35 100644 --- a/app/nsBrowserApp.cpp +++ b/app/nsBrowserApp.cpp @@ -37,7 +37,7 @@ #if !defined(MOZ_WIDGET_COCOA) && !defined(MOZ_WIDGET_ANDROID) #define MOZ_BROWSER_CAN_BE_CONTENTPROC -#include "../../ipc/contentproc/plugin-container.cpp" +#include "../../../ipc/contentproc/plugin-container.cpp" #endif using namespace mozilla; |