ossp-pkg/uuid/uuid_sha1.c 1.4 -> 1.5
--- uuid_sha1.c 2006/07/28 19:16:05 1.4
+++ uuid_sha1.c 2006/08/02 13:11:10 1.5
@@ -27,10 +27,14 @@
** uuid_sha1.c: SHA-1 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_sha1.h"
/*
|
|