ossp-pkg/uuid/uuid_md5.c 1.14 -> 1.15
--- uuid_md5.c 2006/07/28 19:16:03 1.14
+++ uuid_md5.c 2006/08/02 13:11:09 1.15
@@ -27,10 +27,14 @@
** uuid_md5.c: MD5 API implementation
*/
+/* own headers (part 1/2) */
+#include "uuid_ac.h"
+
+/* system headers */
#include <stdlib.h>
#include <string.h>
-#include "config.h"
+/* own headers (part 2/2) */
#include "uuid_md5.h"
/*
|
|