X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fxml%2Fxmldef.h;h=81de339bc7b294de3e87c1eb82cb44b587150aad;hb=ad667be0d7100670ecc0a274ae8c567749ef0add;hp=49ce9ed636c516b3f3e0d475419137c2b12c564a;hpb=60cbe9c1d4e9b4fb56008964eb1a4634046fd2a7;p=simgear.git diff --git a/simgear/xml/xmldef.h b/simgear/xml/xmldef.h index 49ce9ed6..81de339b 100644 --- a/simgear/xml/xmldef.h +++ b/simgear/xml/xmldef.h @@ -53,7 +53,7 @@ particular environments. */ #ifdef MOZILLA -#include "nspr.h" +#include #define malloc(x) PR_Malloc(x) #define realloc(x, y) PR_Realloc((x), (y)) #define calloc(x, y) PR_Calloc((x),(y))