commit a48012f95e9af745980bf45dcc53ceb1ce5ae463
parent 9e0971934d926c98b34f5422916969042d4bc143
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 15 Sep 2023 15:13:21 +0200
Correction of mrumtl header include path
It is no longer stored in the modradurb subdirectory.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/rngrd.c b/src/rngrd.c
@@ -24,7 +24,7 @@
#include "rngrd_c.h"
#include "rngrd_log.h"
-#include <modradurb/mrumtl.h>
+#include <mrumtl.h>
#include <star/s3d.h>
#include <star/sbuf.h>
diff --git a/src/rngrd_properties.c b/src/rngrd_properties.c
@@ -24,7 +24,7 @@
#include "rngrd_c.h"
#include "rngrd_log.h"
-#include <modradurb/mrumtl.h>
+#include <mrumtl.h>
#include <rad-net/rnsl.h>
#include <star/sbuf.h>