]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/md5.c
UCW::CGI: Announce supported methods correctly
[libucw.git] / ucw / md5.c
index e692bf844d82ed295b38e0e38b2f5ff09044d007..ee8e206bc24c74563aeb801f5e5c9919d87d6177 100644 (file)
--- a/ucw/md5.c
+++ b/ucw/md5.c
@@ -15,8 +15,8 @@
  * will fill a supplied 16-byte array with the digest.
  */
 
-#include "ucw/lib.h"
-#include "ucw/md5.h"
+#include <ucw/lib.h>
+#include <ucw/md5.h>
 
 #include <string.h>            /* for memcpy() */