Revision: 75555
          http://sourceforge.net/p/brlcad/code/75555
Author:   starseeker
Date:     2020-04-22 21:29:48 +0000 (Wed, 22 Apr 2020)
Log Message:
-----------
Prefer local lz4.h if we have it

Modified Paths:
--------------
    brlcad/trunk/src/librt/cache.c

Modified: brlcad/trunk/src/librt/cache.c
===================================================================
--- brlcad/trunk/src/librt/cache.c      2020-04-22 21:16:27 UTC (rev 75554)
+++ brlcad/trunk/src/librt/cache.c      2020-04-22 21:29:48 UTC (rev 75555)
@@ -35,7 +35,7 @@
 #ifdef HAVE_SYS_STAT_H
 #  include <sys/stat.h> /* for mkdir */
 #endif
-#include <lz4.h>
+#include "lz4.h"
 
 #include "bnetwork.h"
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to