ossp-pkg/uuid/uuid_prng.c 1.13 -> 1.14
--- uuid_prng.c 2006/08/02 11:59:08 1.13
+++ uuid_prng.c 2006/08/02 13:11:09 1.14
@@ -27,6 +27,10 @@
** uuid_prng.c: PRNG API implementation
*/
+/* own headers (part 1/2) */
+#include "uuid_ac.h"
+
+/* system headers */
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
@@ -34,7 +38,7 @@
#include <sys/time.h>
#include <fcntl.h>
-#include "config.h"
+/* own headers (part 2/2) */
#include "uuid_prng.h"
#include "uuid_md5.h"
|
|