From 1662ed58bebecbf0ffca2dddc06ad3956873e31f Mon Sep 17 00:00:00 2001 From: John Kerl Date: Tue, 14 Feb 2017 22:16:22 -0500 Subject: [PATCH] fix travis build --- c/lib/mlrutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/lib/mlrutil.h b/c/lib/mlrutil.h index eb3a2e160..740637d6c 100644 --- a/c/lib/mlrutil.h +++ b/c/lib/mlrutil.h @@ -5,7 +5,7 @@ #include #include #include -#include "lib/mtrand.h" +#include "mtrand.h" #define TRUE 1 #define FALSE 0