]> git.pld-linux.org Git - packages/netsurf.git/blob - jsapi_h.patch
- updated to 3.11
[packages/netsurf.git] / jsapi_h.patch
1 --- netsurf-3.3/javascript/jsapi.h.orig 2015-03-16 13:11:26.470556751 +0100
2 +++ netsurf-3.3/javascript/jsapi.h      2015-03-16 13:11:50.455694550 +0100
3 @@ -25,7 +25,7 @@
4  
5  /* include the correct header */
6  #ifdef WITH_MOZJS
7 -#include "js/jsapi.h"
8 +#include <jsapi.h>
9  #else
10  #include "mozjs/jsapi.h"
11  #endif
This page took 0.035972 seconds and 3 git commands to generate.