ossp-pkg/uuid/uuid_ui64.c 1.5 -> 1.6
--- uuid_ui64.c 2006/08/02 11:59:08 1.5
+++ uuid_ui64.c 2006/08/02 13:11:10 1.6
@@ -27,10 +27,14 @@
** ui64.c: implementation of 64-bit unsigned integer arithmetic
*/
+/* own headers (part 1/2) */
+#include "uuid_ac.h"
+
+/* system headers */
#include <string.h>
#include <ctype.h>
-#include "config.h"
+/* own headers (part 2/2) */
#include "uuid_ui64.h"
#define UI64_BASE 256 /* 2^8 */
|
|