ossp-pkg/uuid/uuid_ui128.c 1.2 -> 1.3
--- uuid_ui128.c 2006/08/02 11:59:08 1.2
+++ uuid_ui128.c 2006/08/02 13:11:10 1.3
@@ -27,10 +27,14 @@
** ui128.c: implementation of 128-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_ui128.h"
#define UI128_BASE 256 /* 2^8 */
|
|