chiark / gitweb /
Headers: Guard inclusion of mLib headers.
[mLib] / testrig.h
index 37297940884a9905460718c968a64d3c66a0d7e2..7a7fdb35c49b284d3c16d3848a7de653af831a38 100644 (file)
--- a/testrig.h
+++ b/testrig.h
 
 #include <stddef.h>
 
-#include "bits.h"
-#include "dstr.h"
+#ifndef MLIB_BITS_H
+#  include "bits.h"
+#endif
+
+#ifndef MLIB_DSTR_H
+#  include "dstr.h"
+#endif
 
 /*----- Magical numbers ---------------------------------------------------*/