]> git.mxchange.org Git - simgear.git/blobdiff - simgear/xml/xmldef.h
Initial work on CMake support for SimGear.
[simgear.git] / simgear / xml / xmldef.h
index 49ce9ed636c516b3f3e0d475419137c2b12c564a..81de339bc7b294de3e87c1eb82cb44b587150aad 100644 (file)
@@ -53,7 +53,7 @@ particular environments. */
 
 #ifdef MOZILLA
 
-#include "nspr.h"
+#include <nspr.h>
 #define malloc(x) PR_Malloc(x)
 #define realloc(x, y) PR_Realloc((x), (y))
 #define calloc(x, y) PR_Calloc((x),(y))