ossp-pkg/uuid/uuid_str.c 1.8 -> 1.9
--- uuid_str.c 2006/03/17 07:10:10 1.8
+++ uuid_str.c 2006/08/02 13:11:10 1.9
@@ -48,12 +48,16 @@
* o Ralf S. Engelschall <rse@engelschall.com> (1999, for OSSP)
*/
+/* own headers (part 1/2) */
+#include "uuid_ac.h"
+
+/* system headers */
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <ctype.h>
-#include "config.h"
+/* own headers (part 2/2) */
#include "uuid_str.h"
#if HAVE_LONG_LONG
|
|