<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    While trying to create DBus for Windows using CMake I stumbled over
    a minor glitch: <br>
    <ul>
      <li>the files "test/internal/printf.c" and "test/internal/refs.c"
        contain the include statement <br>
      </li>
      <ul>
        <li>#include "test-utils.h" which should be actually <br>
        </li>
        <li>#include "../test-utils.h"</li>
      </ul>
    </ul>
    <p>otherwise they cannot successfully compile and the entire build
      process stops at that point.<br>
    </p>
    <p>Not sure whether this glitch warrants a bug report, so just
      reporting it via e-mail.<br>
    </p>
    <p>---rony<br>
    </p>
  </body>
</html>